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

Drop apt clean

which is called automatically
parent cd05694f
No related branches found
Tags v0.1.2
No related merge requests found
......@@ -5,6 +5,5 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get -qq update && \
apt-get -qq upgrade && \
apt-get -qq install hugo && \
apt-get -qq clean && \
rm -rf /var/lib/apt/lists/* && \
hugo version
......@@ -5,5 +5,4 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get -qq update && \
apt-get -qq upgrade && \
apt-get -qq install hugo && \
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 register or to comment