From 51319d06e317586a6839d18752af101bec406f25 Mon Sep 17 00:00:00 2001 From: Adrien le Maire Date: Sat, 8 May 2021 12:01:52 +0000 Subject: [PATCH] Update Dockerfile --- hugo/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/hugo/Dockerfile b/hugo/Dockerfile index 11f0874..5f31ef7 100644 --- a/hugo/Dockerfile +++ b/hugo/Dockerfile @@ -7,6 +7,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ openssh-client \ wget \ ca-certificates \ + && apt-get clean \ && rm -rf /var/lib/apt/lists/* COPY hugo.sh /root/hugo.sh RUN /bin/sh /root/hugo.sh