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