diff --git a/Dockerfile b/Dockerfile index 97ebcc4..e27171b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,7 @@ FROM docker.io/rust:1.73-bullseye as build RUN update-ca-certificates +RUN apt update RUN apt install -y git nodejs npm ENV USER=magnetar