Install certificates like a package
ci/woodpecker/push/ociImagePush Pipeline was successful
Details
ci/woodpecker/push/ociImagePush Pipeline was successful
Details
This commit is contained in:
parent
2a4956643c
commit
8cbc9f2f2c
|
@ -5,11 +5,9 @@ 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
|
||||
RUN apt install -y openssl ca-certificates
|
||||
|
||||
WORKDIR /app
|
||||
COPY --from=build /mag-markov/target/release/mag-markov .
|
||||
|
|
Loading…
Reference in New Issue