install ca-certificates
All checks were successful
ci/woodpecker/push/publish Pipeline was successful

This commit is contained in:
Mylloon 2023-04-12 07:01:02 +02:00
parent 02937873a2
commit f8b9c32e0c
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -8,6 +8,10 @@ RUN cargo install --path .
FROM debian:bullseye-slim
RUN apt-get update
RUN apt-get install -y ca-certificates
RUN mkdir /app
WORKDIR /app