Loading Dockerfile-7.x +4 −0 Original line number Diff line number Diff line Loading @@ -137,6 +137,10 @@ RUN a2disconf security.conf && \ RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer --version 1.10.19 && \ composer global require hirak/prestissimo --no-plugins --no-scripts # Install de laminas-migration RUN composer global require laminas/laminas-migration && \ ln -s /root/.composer/vendor/bin/laminas-migration /usr/local/bin/laminas-migration # Nettoyage RUN apt-get autoremove -y && apt-get clean && rm -rf /tmp/* /var/tmp/* Loading Dockerfile-7.x.sh +4 −0 Original line number Diff line number Diff line Loading @@ -137,6 +137,10 @@ a2enconf security-unicaen.conf php${PHP_VERSION}-fpm curl -sS https://getcomposer.org/installer --proxy "${http_proxy}" | php -- --install-dir=/usr/local/bin --filename=composer --version 1.10.19 composer global require hirak/prestissimo --no-plugins --no-scripts # Install de laminas-migration composer global require laminas/laminas-migration && \ ln -s /root/.composer/vendor/bin/laminas-migration /usr/local/bin/laminas-migration # Nettoyage apt autoremove -y && apt clean Loading Dockerfile-8.x +4 −0 Original line number Diff line number Diff line Loading @@ -137,6 +137,10 @@ RUN a2disconf security.conf && \ RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer --version 1.10.19 && \ composer global require hirak/prestissimo --no-plugins --no-scripts # Install de laminas-migration RUN composer global require laminas/laminas-migration && \ ln -s /root/.composer/vendor/bin/laminas-migration /usr/local/bin/laminas-migration # Nettoyage RUN apt-get autoremove -y && apt-get clean && rm -rf /tmp/* /var/tmp/* Loading Dockerfile-8.x.sh +4 −0 Original line number Diff line number Diff line Loading @@ -137,6 +137,10 @@ a2enconf security-unicaen.conf php${PHP_VERSION}-fpm curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer --version 1.10.19 && \ composer global require hirak/prestissimo --no-plugins --no-scripts # Install de laminas-migration composer global require laminas/laminas-migration && \ ln -s /root/.composer/vendor/bin/laminas-migration /usr/local/bin/laminas-migration # Nettoyage apt autoremove -y && apt clean Loading Loading
Dockerfile-7.x +4 −0 Original line number Diff line number Diff line Loading @@ -137,6 +137,10 @@ RUN a2disconf security.conf && \ RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer --version 1.10.19 && \ composer global require hirak/prestissimo --no-plugins --no-scripts # Install de laminas-migration RUN composer global require laminas/laminas-migration && \ ln -s /root/.composer/vendor/bin/laminas-migration /usr/local/bin/laminas-migration # Nettoyage RUN apt-get autoremove -y && apt-get clean && rm -rf /tmp/* /var/tmp/* Loading
Dockerfile-7.x.sh +4 −0 Original line number Diff line number Diff line Loading @@ -137,6 +137,10 @@ a2enconf security-unicaen.conf php${PHP_VERSION}-fpm curl -sS https://getcomposer.org/installer --proxy "${http_proxy}" | php -- --install-dir=/usr/local/bin --filename=composer --version 1.10.19 composer global require hirak/prestissimo --no-plugins --no-scripts # Install de laminas-migration composer global require laminas/laminas-migration && \ ln -s /root/.composer/vendor/bin/laminas-migration /usr/local/bin/laminas-migration # Nettoyage apt autoremove -y && apt clean Loading
Dockerfile-8.x +4 −0 Original line number Diff line number Diff line Loading @@ -137,6 +137,10 @@ RUN a2disconf security.conf && \ RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer --version 1.10.19 && \ composer global require hirak/prestissimo --no-plugins --no-scripts # Install de laminas-migration RUN composer global require laminas/laminas-migration && \ ln -s /root/.composer/vendor/bin/laminas-migration /usr/local/bin/laminas-migration # Nettoyage RUN apt-get autoremove -y && apt-get clean && rm -rf /tmp/* /var/tmp/* Loading
Dockerfile-8.x.sh +4 −0 Original line number Diff line number Diff line Loading @@ -137,6 +137,10 @@ a2enconf security-unicaen.conf php${PHP_VERSION}-fpm curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer --version 1.10.19 && \ composer global require hirak/prestissimo --no-plugins --no-scripts # Install de laminas-migration composer global require laminas/laminas-migration && \ ln -s /root/.composer/vendor/bin/laminas-migration /usr/local/bin/laminas-migration # Nettoyage apt autoremove -y && apt clean Loading