From d433bdf7b23a53533256a5ec399388e0897a1a35 Mon Sep 17 00:00:00 2001 From: Andrei Jiroh Halili Date: Mon, 3 Jun 2024 03:03:49 +0800 Subject: [PATCH] chore(global): temporarily enable corepack to base image Probably temporary until corepack is included with nodejs package on Alpine soon. Signed-off-by: Andrei Jiroh Halili --- docker/Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index c2470e7..85de83e 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -52,7 +52,9 @@ RUN pip install --no-cache \ pillow \ cairosvg \ pipenv \ - pipx + pipx \ + && npm install -g corepack \ + && corepack enable # Trust directory, required for git >= 2.35.2 # Follows the docs for the Docker-based site build setup