From 5bbbe14c5562d40801a2f2373f5d3bd0e123f878 Mon Sep 17 00:00:00 2001 From: Patric Date: Sat, 15 Jun 2024 12:25:39 +0200 Subject: [PATCH] change --- dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/dockerfile b/dockerfile index 68ac4e7..b1832dc 100644 --- a/dockerfile +++ b/dockerfile @@ -5,3 +5,4 @@ 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