Skip to content

Commit ed1cc81

Browse files
fix: npm ci inside containers installs hugo which needs gcompat to work
1 parent 068db3c commit ed1cc81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ FROM docker.io/library/golang:1.23.0-alpine3.20
2727
RUN apk add --no-cache \
2828
runuser \
2929
git \
30+
gcompat \
3031
openssh-client \
3132
rsync \
3233
npm

0 commit comments

Comments
 (0)