From 32db57e5481e6caa4984ce1d4fb18d1c89af8a3c Mon Sep 17 00:00:00 2001 From: Patric Date: Sat, 15 Jun 2024 12:50:42 +0200 Subject: [PATCH] mysql --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 03f2e18..3e567db 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ 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 php php-mbstring php-xml php-pdo php-mysql php-xdebug -y RUN cd /tmp RUN curl -sS https://getcomposer.org/installer | php RUN mv composer.phar /usr/local/bin/composer