From b7c6d3810abe9a6600595bd4818e3a89de94c00f Mon Sep 17 00:00:00 2001 From: Natty Date: Sun, 5 Nov 2023 20:58:25 +0100 Subject: [PATCH] Missed an APT update --- Dockerfile | 1 + 1 file changed, 1 insertion(+) 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