From 74f178b9865251467518165a69adc1d2770e3adc Mon Sep 17 00:00:00 2001 From: andreas Date: Fri, 22 Sep 2023 11:27:17 +0000 Subject: [PATCH] Update Dockerfile remove libssl1.1 as it no longer ships in debian --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1bfd7e6..ab33189 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM debian RUN apt update -RUN apt install -y libssl1.1 openssl ca-certificates +RUN apt install -y openssl ca-certificates ADD target/release/telegram-leetbot /bin/.