From 6d25e48916bfcf1041134657918dad7531833d03 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Mon, 11 Dec 2023 15:30:55 +0100 Subject: [PATCH] darwin universal not so universal after all --- automation/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automation/Dockerfile b/automation/Dockerfile index d4a1fd7..4cb7bec 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_darwin-universal.tar.gz | tar -xz --directory /usr/local/bin +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 #ssh needs a valid user to work RUN adduser --uid 114 jenkins