From 6abb9f9d0370c3e976adfa699ab9704b1ebad086 Mon Sep 17 00:00:00 2001 From: Joe Groocock Date: Sun, 8 Jul 2018 15:28:52 +0100 Subject: [PATCH] Use libressl over openssl. Fixes 3.6 build --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6c23234..c217797 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ COPY skel/ / ENV ENV="/etc/profile" RUN apk --no-cache add \ tini \ - openssl \ + libressl \ && wget -qO /sbin/su-exec https://github.com/frebib/su-exec/releases/download/${SU_EXEC_VER}/su-exec-alpine-$(uname -m) \ && chmod +x /sbin/su-exec \ && apk --no-cache del openssl