From: Agurato Date: Tue, 4 Jun 2019 17:52:22 +0000 (+0200) Subject: Rollback on removing php7-curl from step 4 X-Git-Tag: v0.11.0~11^2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=a47656a28ed87f784329761643417a9509b5e788;hp=0b0694064cfaa262b29d12a5b31fcee23b792934;p=github%2Fshaarli%2FShaarli.git Rollback on removing php7-curl from step 4 --- diff --git a/Dockerfile.armhf b/Dockerfile.armhf index c7eefc13..b75663bb 100644 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -36,6 +36,7 @@ RUN apk --update --no-cache add \ nginx \ php7 \ php7-ctype \ + php7-curl \ php7-fpm \ php7-gd \ php7-iconv \