Skip to content
Snippets Groups Projects
Verified Commit b8b305f1 authored by Quentin Duchemin's avatar Quentin Duchemin
Browse files

Don't remove tar as other packages depend on it

parent 92c5675e
No related branches found
No related tags found
No related merge requests found
Pipeline #49969 failed
......@@ -27,7 +27,7 @@ RUN apt-get update -y && \
chown -R www-data . && \
chmod +x /run.sh && \
sed -i "s/\${MAXSIZE}/100M/g" /etc/nginx/nginx.conf && \
apt-get remove wget tar && \
apt-get remove -y wget && \
apt-get clean
EXPOSE 80
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment