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