This commit is contained in:
Patric 2024-06-15 12:50:42 +02:00
parent 0db99062fa
commit 32db57e548
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ 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 php php-mbstring php-xml php-pdo php-mysql php-xdebug -y
RUN cd /tmp
RUN curl -sS https://getcomposer.org/installer | php
RUN mv composer.phar /usr/local/bin/composer