From dde59a24d871cbcf4c313efa9dd12086307591c7 Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Fri, 1 Oct 2021 19:31:48 +0100 Subject: [PATCH] Dockerfile: Switch from libressl to openssl --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f9e14794..7a53f322 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ RUN apk add --no-cache \ cyrus-sasl \ gettext \ icu-dev \ - libressl-dev \ + openssl-dev \ perl \ python3 \ su-exec \