Patric hace 1 año
padre
commit
affb8091ff
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. 7 0
      dockerfile

+ 7 - 0
dockerfile

@@ -0,0 +1,7 @@
+FROM ubuntu:22.04
+
+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