From c873883b5964008b0d1c331d0c2c3cb75b6a2048 Mon Sep 17 00:00:00 2001 From: antifallobst Date: Fri, 24 Nov 2023 19:06:53 +0100 Subject: [PATCH] fix: please... --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4faa5b5..8ac6183 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,7 @@ RUN SQLX_OFFLINE=true cargo build --release FROM debian:bullseye-slim -RUN apt-get update; apt-get install -y libssl3; rm -rf /var/lib/apt/lists/* +RUN apt-get update; apt-get install -y openssl COPY --from=build /nerdcult_api/target/release/nerdcult_api /bin/nerdcult_api