From 02c0e7e7aeb802a7f7f3cdfc87b9f2cd076d192c Mon Sep 17 00:00:00 2001 From: Adrien le Maire Date: Sat, 8 May 2021 11:50:20 +0000 Subject: [PATCH] Update Dockerfile --- hugo/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo/Dockerfile b/hugo/Dockerfile index 8188afe..11f0874 100644 --- a/hugo/Dockerfile +++ b/hugo/Dockerfile @@ -1,7 +1,7 @@ ARG DEBIAN_VERSION=20210408 -ARG HUGO_VERSION FROM docker.io/debian:bullseye-${DEBIAN_VERSION}-slim as builder +ARG HUGO_VERSION RUN apt-get update && apt-get install -y --no-install-recommends \ rsync \ openssh-client \