2
0
mirror of https://github.com/spritsail/alpine.git synced 2024-07-06 05:36:12 +00:00

Use libressl over openssl. Fixes 3.6 build

This commit is contained in:
Joe Groocock 2018-07-08 15:28:52 +01:00
parent f354e4bf4f
commit 6abb9f9d03
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86

View File

@ -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