From 3882498d0c04dd21add1388dd5b87e479f31766f Mon Sep 17 00:00:00 2001 From: Patric Date: Sat, 15 Jun 2024 12:28:18 +0200 Subject: [PATCH] add --- dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dockerfile b/dockerfile index b1832dc..03f2e18 100644 --- a/dockerfile +++ b/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