Skip to content

Commit

Permalink
fix: npm ci inside containers installs hugo which needs gcompat to work
Browse files Browse the repository at this point in the history
  • Loading branch information
SayakMukhopadhyay committed Jan 13, 2025
1 parent 068db3c commit ed1cc81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ed1cc81

Please sign in to comment.