Commit dabd29b4 authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

Passage à Debian Bookworm et suppression de laminas-migration

parent 6c55381a
Loading
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -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>"

@@ -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/*