aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2020-10-28 12:30:19 +0100
committerGitHub <noreply@github.com>2020-10-28 12:30:19 +0100
commit06734af130e52eec5cb1fa51b26edebbfa4bc798 (patch)
tree945d74e2aafe1151fa0f57d3d2bbeedcfcc2e4e7
parentb2b5ef3122e23ab68c5640aabfad5c7b0256cc04 (diff)
parentff9686066e017cc975eeab7da804e7194223ef8c (diff)
downloadShaarli-06734af130e52eec5cb1fa51b26edebbfa4bc798.tar.gz
Shaarli-06734af130e52eec5cb1fa51b26edebbfa4bc798.tar.zst
Shaarli-06734af130e52eec5cb1fa51b26edebbfa4bc798.zip
Merge pull request #1612 from ArthurHoaro/hotfix/simplexml
Include php-simplexml in Docker image
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index e2ff71fd..f6120b71 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -44,6 +44,7 @@ RUN apk --update --no-cache add \
44 php7-openssl \ 44 php7-openssl \
45 php7-session \ 45 php7-session \
46 php7-xml \ 46 php7-xml \
47 php7-simplexml \
47 php7-zlib \ 48 php7-zlib \
48 s6 49 s6
49 50