feat: add php command line tools
the build was successful Details

This commit is contained in:
Jan Christian Grünhage 2018-04-17 16:20:05 +01:00
parent 2dbcac3798
commit 1661118c68
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
FROM docker.jcg.re/base-caddy
ENV APPDIR=/phpapp
RUN apk add --no-cache \
php7-fpm
php7-fpm \
php7
ADD root /
EXPOSE 8888