Install certificates in the last stage
ci/woodpecker/push/ociImagePush Pipeline is running
Details
ci/woodpecker/push/ociImagePush Pipeline is running
Details
This commit is contained in:
parent
4f09ea3cf1
commit
2a4956643c
|
@ -1,11 +1,12 @@
|
|||
FROM docker.io/rust:1.77-bookworm AS build
|
||||
RUN update-ca-certificates
|
||||
WORKDIR /mag-markov
|
||||
ADD . .
|
||||
RUN cargo build --release --locked
|
||||
|
||||
FROM docker.io/debian:bookworm
|
||||
|
||||
RUN update-ca-certificates
|
||||
|
||||
RUN apt update
|
||||
RUN apt upgrade
|
||||
RUN apt install -y openssl
|
||||
|
|
Loading…
Reference in New Issue