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 \