Skip to content
Snippets Groups Projects
Commit 958c2b61 authored by Griefed's avatar Griefed :joystick:
Browse files

fix: Add missing command chaining

parent a93f40a7
No related branches found
No related tags found
No related merge requests found
...@@ -127,7 +127,7 @@ RUN \ ...@@ -127,7 +127,7 @@ RUN \
echo "**** Cleanup ****" && \ echo "**** Cleanup ****" && \
apt-get remove -y patch && \ apt-get remove -y patch && \
apt-get autoremove -y && \ apt-get autoremove -y && \
apt-get autoclean -y apt-get autoclean -y && \
apt-get clean && \ apt-get clean && \
rm -rf \ rm -rf \
/tmp/* \ /tmp/* \
......
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