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

Retour à bullseye : Bookworm ne passe pas

parent dabd29b4
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
#

FROM debian:bullseye as distrib
#FROM localhost:5000/bookworm
#FROM localhost:5000/bullseye

LABEL maintainer="Bertrand GAUTHIER <bertrand.gauthier at unicaen.fr>"

+0 −4
Original line number Diff line number Diff line
@@ -136,10 +136,6 @@ a2enconf security-unicaen.conf php${PHP_VERSION}-fpm
# Composer
curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer

# 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