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 \
|
RUN apk add --no-cache \
|
||||||
runuser \
|
runuser \
|
||||||
git \
|
git \
|
||||||
|
gcompat \
|
||||||
openssh-client \
|
openssh-client \
|
||||||
rsync \
|
rsync \
|
||||||
npm
|
npm
|
||||||
|
|
Loading…
Reference in New Issue