Pārlūkot izejas kodu

add php7.0 to the Dockerfile

Lucian I. Last 6 gadi atpakaļ
vecāks
revīzija
cc743e573b
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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 \