1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-01-18 03:21:36 +02:00

Restore curl

This commit is contained in:
Erriez 2021-08-16 17:41:36 +02:00
parent 10f2c17979
commit 5adc4f08f6

View File

@ -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