X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=Dockerfile;h=f6120b71f2b1d4507cd46dcaf7ebf09934d98139;hb=refs%2Fheads%2Flatest;hp=f05cf3a45ccbdb360bcb29adf370f88d46b1043c;hpb=fa7625219da1c7f3e95838279695768585794191;p=github%2Fshaarli%2FShaarli.git diff --git a/Dockerfile b/Dockerfile index f05cf3a4..f6120b71 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,7 @@ FROM python:3-alpine as docs ADD . /usr/src/app/shaarli RUN cd /usr/src/app/shaarli \ + && apk add --no-cache gcc musl-dev \ && pip install --no-cache-dir mkdocs \ && mkdocs build --clean @@ -43,6 +44,7 @@ RUN apk --update --no-cache add \ php7-openssl \ php7-session \ php7-xml \ + php7-simplexml \ php7-zlib \ s6