From 3da0c07bcd99cad7aaa286256f28da147143db3f Mon Sep 17 00:00:00 2001 From: Redblueflame Date: Sat, 29 Aug 2020 20:24:15 +0200 Subject: [PATCH] fix: Fixed ssl error with the docker container. (#58) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6f716e860..2a1d12d08 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,7 @@ RUN cargo build --release FROM bitnami/minideb:latest -RUN install_packages openssl +RUN install_packages openssl ca-certificates COPY --from=build /usr/src/labrinth/target/release/labrinth /labrinth/labrinth COPY --from=build /usr/src/labrinth/migrations/* /labrinth/migrations/ COPY --from=build /wait /wait