From: ArthurHoaro Date: Wed, 28 Oct 2020 12:22:40 +0000 (+0100) Subject: Merge pull request #1613 from ArthurHoaro/hotfix/404-not-authorized X-Git-Tag: v0.12.1^2~21 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=d2bb40cc7ca2a7f9c2403087016a0050a7113e07;hp=156061d445fd23d033a52f84954484a3349c988a;p=github%2Fshaarli%2FShaarli.git Merge pull request #1613 from ArthurHoaro/hotfix/404-not-authorized Raise 404 error instead of 500 if permalink access is denied --- diff --git a/Dockerfile b/Dockerfile index e2ff71fd..f6120b71 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,6 +44,7 @@ RUN apk --update --no-cache add \ php7-openssl \ php7-session \ php7-xml \ + php7-simplexml \ php7-zlib \ s6