From 1bb52bf1dc145f4a83b434b846ece32c056fe48e Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Fri, 21 Jun 2019 13:38:34 +0200 Subject: [PATCH] add php7-curl --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 8830b00..d2cc32d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -41,6 +41,7 @@ RUN apk add --no-cache \ php7-ctype \ php7-xmlwriter \ php7-tokenizer \ + php7-curl \ composer WORKDIR /var/lib/roundcube