From 3e8afeee623e788092b9f837694325f0fbef1dd9 Mon Sep 17 00:00:00 2001 From: Natty Date: Sun, 5 Nov 2023 21:22:37 +0100 Subject: [PATCH] Install Corepack from NPM --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 0d03f46..3f7184f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,7 @@ RUN update-ca-certificates RUN apt update RUN apt install -y git nodejs npm +RUN npm install -g corepack ENV USER=magnetar ENV UID=10001