Преглед на файлове

add php7.0 to the Dockerfile

Lucian I. Last преди 6 години
родител
ревизия
cc743e573b
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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 \