2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-25 14:59:14 +01:00
This commit is contained in:
kev
2020-01-09 17:22:20 +08:00
parent c111cf3284
commit 5a42674398
6 changed files with 40 additions and 37 deletions

View File

@@ -8,18 +8,19 @@ MAINTAINER EasyPi Software Foundation
WORKDIR /var/www/html
RUN set -xe \
&& apk add --no-cache ca-certificates \
gzip \
nginx \
openssl \
php5-fpm \
php5-openssl \
php5-pdo_sqlite \
php5-sqlite3 \
php5-xml \
php5-zlib \
tar \
&& touch /etc/php5/fpm.d/empty.conf \
&& apk add --no-cache \
ca-certificates \
gzip \
nginx \
openssl \
php7-fpm \
php7-json \
php7-openssl \
php7-pdo_sqlite \
php7-sqlite3 \
php7-xml \
php7-zlib \
tar \
&& wget -O- http://download.dokuwiki.org/src/dokuwiki/dokuwiki-stable.tgz | tar xz --strip 1 \
&& chown -R nobody:nobody .