X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=Dockerfile;h=79d3313095b89f8904ba37992dedd30ee74aa229;hb=dafd3f081ab581e074f3280d4323dc92cb33df46;hp=e2ff71fde5971c7803b6b8d60d498765b4680116;hpb=c909f5d5cc4349c208d65c3548e3f7d1554b4838;p=github%2Fshaarli%2FShaarli.git diff --git a/Dockerfile b/Dockerfile index e2ff71fd..79d33130 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,7 @@ RUN cd shaarli \ # Stage 4: # - Shaarli image -FROM alpine:3.8 +FROM alpine:3.12 LABEL maintainer="Shaarli Community" RUN apk --update --no-cache add \ @@ -44,6 +44,7 @@ RUN apk --update --no-cache add \ php7-openssl \ php7-session \ php7-xml \ + php7-simplexml \ php7-zlib \ s6