Skip to content
Snippets Groups Projects
Commit 13f4c52d authored by Mgr. Pavel Břoušek's avatar Mgr. Pavel Břoušek
Browse files

fix: confirm autoremove

parent 7ee8142f
Branches
Tags
No related merge requests found
......@@ -24,7 +24,7 @@ RUN apt update -y && \
cd token && \
if echo $TOKEN_PORTAL_VERSION | grep -q "^[0-9]"; then git checkout v${TOKEN_PORTAL_VERSION}; else git checkout ${TOKEN_PORTAL_VERSION}; fi && \
apt-get remove -y git && \
apt-get autoremove && \
apt-get autoremove -y && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment