From c6e51bfd0510f22dc93d1ebdd29a56f003042800 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Tue, 5 Feb 2019 10:04:06 +0100 Subject: [PATCH] replace libressl with openssl --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 185b2fc..39b4619 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,8 +4,8 @@ RUN apk --no-cache add \ rpcgen \ g++ \ make \ - libressl \ - libressl-dev \ + openssl \ + openssl-dev \ lua-dev \ openldap-dev \ libsodium-dev \ @@ -67,7 +67,7 @@ RUN apk --no-cache add \ zlib \ lz4 \ linux-pam \ - libressl \ + openssl \ ssmtp \ ca-certificates \ lua \