Loading Dockerfile-8.x +1 −5 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ # FROM debian:bullseye as distrib #FROM localhost:5000/bullseye #FROM localhost:5000/bookworm LABEL maintainer="Bertrand GAUTHIER <bertrand.gauthier at unicaen.fr>" Loading Loading @@ -138,10 +138,6 @@ RUN a2disconf security.conf && \ # Composer RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer # 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 Loading
Dockerfile-8.x +1 −5 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ # FROM debian:bullseye as distrib #FROM localhost:5000/bullseye #FROM localhost:5000/bookworm LABEL maintainer="Bertrand GAUTHIER <bertrand.gauthier at unicaen.fr>" Loading Loading @@ -138,10 +138,6 @@ RUN a2disconf security.conf && \ # Composer RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer # 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