Skip to content
Snippets Groups Projects
Verified Commit cd05694f authored by Sandro's avatar Sandro
Browse files

Delete app cache according to hadolint

Otherwise we have an extra 100s of MBs of stale cache
parent a7ed3e9b
No related branches found
No related tags found
No related merge requests found
......@@ -5,5 +5,6 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get -qq update && \
apt-get -qq upgrade && \
apt-get -qq install hugo && \
apt-get -qq clean
RUN hugo version
apt-get -qq clean && \
rm -rf /var/lib/apt/lists/* && \
hugo version
......@@ -5,4 +5,5 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get -qq update && \
apt-get -qq upgrade && \
apt-get -qq install hugo && \
apt-get -qq clean
apt-get -qq clean && \
rm -rf /var/lib/apt/lists/*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment