forked from spritsail/alpine
Use libressl over openssl. Fixes 3.6 build
This commit is contained in:
parent
f354e4bf4f
commit
6abb9f9d03
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user