Patric il y a 1 an
Parent
commit
3882498d0c
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. 3 1
      dockerfile

+ 3 - 1
dockerfile

@@ -5,4 +5,6 @@ USER root
 RUN apt update
 RUN apt upgrade -y
 RUN apt install php php-mbstring php-xml php-pdo php-pdo_mysql php-xdebug -y
-RUN apt install composer -y
+RUN cd /tmp
+RUN curl -sS https://getcomposer.org/installer | php
+RUN mv composer.phar /usr/local/bin/composer