From ed1cc81a395f9cf7f49d90722648e6602245b787 Mon Sep 17 00:00:00 2001 From: Sayak Mukhopadhyay Date: Mon, 13 Jan 2025 22:55:38 +0530 Subject: [PATCH] fix: npm ci inside containers installs hugo which needs gcompat to work --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index e6eb049255..c2c9c954ad 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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