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

Run hugo version for good measure

parent fd65c77f
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,4 +5,5 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get -qq update && \
apt-get -qq upgrade && \
apt-get -qq install hugo && \
rm -rf /var/lib/apt/lists/*
rm -rf /var/lib/apt/lists/* && \
hugo version
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment