From b0a7dfff00e64e589a9a868ad4c50540a10c10d5 Mon Sep 17 00:00:00 2001 From: baalajimaestro Date: Sun, 1 May 2022 03:05:47 +0530 Subject: [PATCH] Use openssl 3.0 to statically link Signed-off-by: baalajimaestro --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index bcd36b2..aa640cf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,9 +8,9 @@ RUN apk update && apk add git \ lld \ curl \ bash \ - openssl \ - openssl-dev \ - openssl-libs-static \ + openssl3 \ + openssl3-dev \ + openssl3-libs-static \ sqlite-dev \ sqlite-static