1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-20 22:08:39 +00:00
This commit is contained in:
kev 2015-08-26 22:25:52 +08:00
parent 819bfd46be
commit 6e2c278d5d

@ -7,8 +7,8 @@ MAINTAINER kev <noreply@datageek.info>
WORKDIR /var/www/html
RUN apk add -U nginx \
openssl \
RUN apk add -U ca-certificates \
nginx \
php-fpm \
php-openssl \
php-xml \