This commit is contained in:
Patric 2024-06-15 12:58:54 +02:00
parent fb6047d470
commit 6ebcb70a8f
1 changed files with 1 additions and 1 deletions

View File

@ -8,4 +8,4 @@ RUN apt upgrade -y
RUN apt install php php-mbstring php-xml php-pdo php-mysql php-xdebug -y
RUN apt install curl -y
RUN cd /tmp
RUN curl -sS https://getcomposer.org/installer | sudo php -- --install-dir=/usr/local/bin --filename=composer
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer