alpine: OpenSSL is no longer required

This commit is contained in:
fanquake 2020-06-08 10:36:28 +08:00
parent d4fece3bde
commit 18da1b42d4
No known key found for this signature in database
GPG Key ID: 2EEB9F5CC09526C1

View File

@ -37,7 +37,6 @@ RUN apk --no-cache add file
RUN apk --no-cache add gnupg
RUN apk --no-cache add libevent-dev
RUN apk --no-cache add libressl
RUN apk --no-cache add libressl-dev
RUN apk --no-cache add libtool
RUN apk --no-cache add linux-headers
RUN apk --no-cache add zeromq-dev
@ -99,7 +98,6 @@ RUN apk --no-cache add \
boost-system \
boost-thread \
libevent \
libressl \
libzmq \
su-exec