From 153340d299488e31c2b566f825c1758577dededa Mon Sep 17 00:00:00 2001 From: Patric Date: Sat, 15 Jun 2024 12:54:12 +0200 Subject: [PATCH] add curl --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 3015f5e..1ad688e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,7 @@ USER root RUN apt update 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 | php RUN mv composer.phar /usr/local/bin/composer