From 6ebcb70a8f5914215fbf33498088b0656b1e37b1 Mon Sep 17 00:00:00 2001 From: Patric Date: Sat, 15 Jun 2024 12:58:54 +0200 Subject: [PATCH] rem sudo --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 88226fe..32462e3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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