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
No related tags found
1 merge request!3Cleanup current and future hugo image
This commit is part of merge request !3. Comments created here will be created in the context of that merge request.
......@@ -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