浏览代码

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 \