From: Joe Mooring Date: Wed, 11 Feb 2026 19:20:09 +0000 (-0800) Subject: docker: Add full tar and openssh-client to support GitHub Actions X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=7137714827b6f494c1ce73eef6c4df6cdbee68b5;p=brevno-suite%2Fhugo docker: Add full tar and openssh-client to support GitHub Actions Closes #14502 --- diff --git a/Dockerfile b/Dockerfile index 3ce707ec4..ee9f9cc55 100755 --- a/Dockerfile +++ b/Dockerfile @@ -65,7 +65,9 @@ RUN apk add --no-cache \ git \ runuser \ nodejs \ - npm + npm \ + openssh-client \ + tar RUN mkdir -p /var/hugo/bin /cache && \ addgroup -Sg 1000 hugo && \