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

Forgot to add -y to apt-get command

parent 5bb6ebc8
No related branches found
No related tags found
No related merge requests found
Pipeline #49971 passed
......@@ -28,7 +28,7 @@ RUN apt-get update -y && \
chmod +x /run.sh && \
sed -i "s/\${MAXSIZE}/100M/g" /etc/nginx/nginx.conf && \
apt-get remove -y wget && \
apt-get autoremove && \
apt-get autoremove -y && \
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