Missed an APT update
ci/woodpecker/push/ociImagePush Pipeline failed
Details
ci/woodpecker/push/ociImagePush Pipeline failed
Details
This commit is contained in:
parent
b386d4618c
commit
b7c6d3810a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue