Restore curl

master
Erriez 3 years ago
parent 10f2c17979
commit 5adc4f08f6

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

Loading…
Cancel
Save