Patric hai 1 ano
pai
achega
32db57e548
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Dockerfile

+ 1 - 1
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