Install certificates in the last stage
ci/woodpecker/push/ociImagePush Pipeline is running Details

This commit is contained in:
Natty 2024-04-17 02:42:52 +02:00
parent 4f09ea3cf1
commit 2a4956643c
Signed by: natty
GPG Key ID: BF6CB659ADEE60EC
1 changed files with 2 additions and 1 deletions

View File

@ -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