From b6b5a039427ab4181445b5bef2d7837c3d02e45e Mon Sep 17 00:00:00 2001 From: Gabriel Radureau Date: Wed, 8 Apr 2026 10:47:31 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20add=20Node.js=20to=20buil?= =?UTF-8?q?d=20cache=20for=20GitHub=20Actions=20compatibility?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/Dockerfile.build | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docker/Dockerfile.build b/docker/Dockerfile.build index 9cf326b..5368999 100644 --- a/docker/Dockerfile.build +++ b/docker/Dockerfile.build @@ -15,7 +15,9 @@ RUN apk add --no-cache \ grep \ sed \ jq \ - ca-certificates + ca-certificates \ + nodejs \ + npm # Set up Go environment ENV GOPATH=/go