From 5adc4f08f632e1fd4e66488a070ecb382b95d8d1 Mon Sep 17 00:00:00 2001 From: Erriez Date: Mon, 16 Aug 2021 17:41:36 +0200 Subject: [PATCH] Restore curl --- webmails/rainloop/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webmails/rainloop/Dockerfile b/webmails/rainloop/Dockerfile index 0e7f317e..f1394d64 100644 --- a/webmails/rainloop/Dockerfile +++ b/webmails/rainloop/Dockerfile @@ -59,7 +59,7 @@ RUN apk add --no-cache \ && find . -type d -exec chmod 755 {} \; \ && find . -type f -exec chmod 644 {} \; \ && chown -R nginx:nginx /var/www/rainloop \ - && apk del curl unzip + && apk del unzip COPY start.py /start.py