From 2a0bbb59c64adb24f6dbe48172bd4a57135bd560 Mon Sep 17 00:00:00 2001 From: Natty Date: Sun, 5 Nov 2023 21:12:33 +0100 Subject: [PATCH] AAAAAAAAAAAAA --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 02d7a59..0d03f46 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM docker.io/rust:1.73-bookworm as build RUN update-ca-certificates RUN apt update -RUN apt install -y git nodejs npm node-corepack +RUN apt install -y git nodejs npm ENV USER=magnetar ENV UID=10001