This commit is contained in:
Patric 2024-06-15 12:25:39 +02:00
parent affb8091ff
commit 5bbbe14c55
1 changed files with 1 additions and 0 deletions

View File

@ -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