Missed an APT update
ci/woodpecker/push/ociImagePush Pipeline failed Details

This commit is contained in:
Natty 2023-11-05 20:58:25 +01:00
parent b386d4618c
commit b7c6d3810a
Signed by: natty
GPG Key ID: BF6CB659ADEE60EC
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ FROM docker.io/rust:1.73-bullseye as build
RUN update-ca-certificates RUN update-ca-certificates
RUN apt update
RUN apt install -y git nodejs npm RUN apt install -y git nodejs npm
ENV USER=magnetar ENV USER=magnetar