aboutsummaryrefslogtreecommitdiff
path: root/Docker
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2018-03-04 17:07:32 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2018-03-04 17:07:32 +0100
commit80b85ffb8e61f58e0c2517ab3e284b7be82f7e4e (patch)
tree255af42e21c83819071aa42869489de480e78a66 /Docker
parent22229ce6a70f5533482ef78ed11e3f9437203600 (diff)
Docker add simplexml
Needed for OPML import
Diffstat (limited to 'Docker')
-rw-r--r--Docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Docker/Dockerfile b/Docker/Dockerfile
index 993dcea31..7595923d4 100644
--- a/Docker/Dockerfile
+++ b/Docker/Dockerfile
@@ -3,7 +3,7 @@ FROM alpine:3.7
RUN apk add --no-cache \
apache2 php7-apache2 \
php7 php7-curl php7-gmp php7-intl php7-mbstring php7-xml php7-zip \
- php7-ctype php7-dom php7-fileinfo php7-json php7-session \
+ php7-ctype php7-dom php7-fileinfo php7-json php7-session php7-simplexml \
php7-pdo_sqlite \
php7-pdo_mysql \
php7-pdo_pgsql