소스 검색

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 \