This commit is contained in:
2024-04-13 19:16:37 +02:00
parent 7eb9aba3be
commit 77aabfca43

View File

@@ -22,7 +22,7 @@ RUN cargo build --release --bin fb2converter_server
FROM debian:bullseye-slim FROM debian:bullseye-slim
RUN apt-get update \ 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/* && rm -rf /var/lib/apt/lists/*
RUN update-ca-certificates RUN update-ca-certificates