mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 07:18:54 +00:00
docker: Add full tar and openssh-client to support GitHub Actions
Closes #14502
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
3158a51283
commit
7137714827
+3
-1
@@ -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 && \
|
||||
|
||||
Reference in New Issue
Block a user