diff --git a/Dockerfile b/Dockerfile index e27171b..02d7a59 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,9 @@ -FROM docker.io/rust:1.73-bullseye as build +FROM docker.io/rust:1.73-bookworm as build RUN update-ca-certificates RUN apt update -RUN apt install -y git nodejs npm +RUN apt install -y git nodejs npm node-corepack ENV USER=magnetar ENV UID=10001