X-Git-Url: https://git.immae.eu/?p=github%2Fshaarli%2FShaarli.git;a=blobdiff_plain;f=Dockerfile;h=d8921cee4cae2820a1448635f6ad1dab6425fe0b;hp=e2ff71fde5971c7803b6b8d60d498765b4680116;hb=HEAD;hpb=b8e3630f2ecd142d397b1b062a346a667bb78595 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