From 5c4b7c7927e89c5cdb59a26d897e18b17d6b9b03 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Mon, 11 Dec 2023 15:37:25 +0100 Subject: [PATCH] probably requires extended hugo? --- automation/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automation/Dockerfile b/automation/Dockerfile index 4cb7bec..9ca796c 100644 --- a/automation/Dockerfile +++ b/automation/Dockerfile @@ -8,7 +8,7 @@ ARG DEBIAN_FRONTEND=noninteractive RUN apt-get --yes install rsync openssh-client # Install hugo v0.121.1 -RUN curl -sSL https://github.com/gohugoio/hugo/releases/download/v0.121.1/hugo_0.121.1_Linux-64bit.tar.gz | tar -xz --directory /usr/local/bin +RUN curl -sSL https://github.com/gohugoio/hugo/releases/download/v0.121.1/hugo_extended_0.121.1_Linux-64bit.tar.gz | tar -xz --directory /usr/local/bin #ssh needs a valid user to work RUN adduser --uid 114 jenkins