This commit is contained in:
2024-04-14 12:52:25 +02:00
parent 14144be307
commit 3cebe9f61a

View File

@@ -10,7 +10,7 @@ RUN cargo build --release --bin books_downloader
FROM debian:bullseye-slim
RUN apt-get update \
&& apt-get install -y openssl ca-certificates \
&& apt-get install -y openssl ca-certificates curl jq \
&& rm -rf /var/lib/apt/lists/*
RUN update-ca-certificates