docker: Add full tar and openssh-client to support GitHub Actions

Closes #14502
This commit is contained in:
Joe Mooring
2026-02-11 11:20:09 -08:00
committed by Bjørn Erik Pedersen
parent 3158a51283
commit 7137714827
+3 -1
View File
@@ -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 && \