Skip to content

Commit

Permalink
fix issue twang2218#4
Browse files Browse the repository at this point in the history
  • Loading branch information
zsnmwy committed Sep 2, 2018
1 parent 35bb2b8 commit 6400cb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:7-fpm
FROM php:7.0-fpm-jessie

ENV TZ=Asia/Shanghai

Expand All @@ -8,7 +8,7 @@
&& echo "构建依赖" \
&& buildDeps=" \
build-essential \
php5-dev \
dh-php5 \
libfreetype6-dev \
libjpeg62-turbo-dev \
libmcrypt-dev \
Expand Down

0 comments on commit 6400cb8

Please sign in to comment.