fix: npm ci inside containers installs hugo which needs gcompat to work
parent
068db3c01b
commit
ed1cc81a39
|
@ -27,6 +27,7 @@ FROM docker.io/library/golang:1.23.0-alpine3.20
|
|||
RUN apk add --no-cache \
|
||||
runuser \
|
||||
git \
|
||||
gcompat \
|
||||
openssh-client \
|
||||
rsync \
|
||||
npm
|
||||
|
|
Loading…
Reference in New Issue