fix: npm ci inside containers installs hugo which needs gcompat to work

pull/49416/head
Sayak Mukhopadhyay 2025-01-13 22:55:38 +05:30
parent 068db3c01b
commit ed1cc81a39
No known key found for this signature in database
GPG Key ID: 89EEFF3FB23D3FFD
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ FROM docker.io/library/golang:1.23.0-alpine3.20
RUN apk add --no-cache \ RUN apk add --no-cache \
runuser \ runuser \
git \ git \
gcompat \
openssh-client \ openssh-client \
rsync \ rsync \
npm npm