Explorar el Código

add php7.0 to the Dockerfile

Lucian I. Last hace 6 años
padre
commit
cc743e573b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      test/Dockerfile

+ 1 - 1
test/Dockerfile

@@ -1,6 +1,6 @@
 FROM debian:stretch
 
-RUN apt-get update -y && apt-get install -y apache2
+RUN apt-get update -y && apt-get install -y apache2 php7.0
 
 RUN a2enmod \
   proxy \