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 \