Explorar o código

add php7.0 to the Dockerfile

Lucian I. Last %!s(int64=6) %!d(string=hai) anos
pai
achega
cc743e573b
Modificáronse 1 ficheiros con 1 adicións e 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 \