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