Patric 1 anno fa
parent
commit
affb8091ff
1 ha cambiato i file con 7 aggiunte e 0 eliminazioni
  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