mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:15 +02:00
add php-xml
This commit is contained in:
parent
f8eee54f5d
commit
ccd669e229
@ -7,7 +7,10 @@ MAINTAINER kev <noreply@datageek.info>
|
||||
|
||||
WORKDIR /var/www/html
|
||||
|
||||
RUN apk add -U nginx php-fpm tar \
|
||||
RUN apk add -U nginx \
|
||||
php-fpm \
|
||||
php-xml \
|
||||
tar \
|
||||
&& wget -O- http://download.dokuwiki.org/src/dokuwiki/dokuwiki-stable.tgz | tar xz --strip 1 \
|
||||
&& chown -R nobody:nobody . \
|
||||
&& rm -rf /var/cache/apk/*
|
||||
|
Loading…
Reference in New Issue
Block a user