alpine edge switched to libressl

This commit is contained in:
Wonderfall 2016-10-13 01:15:40 +02:00
parent 80701de5f7
commit 991b8bee36
3 changed files with 3 additions and 3 deletions

View File

@ -33,7 +33,7 @@ RUN echo "@commuedge https://nl.alpinelinux.org/alpine/edge/community" >> /etc/a
libgcc \ libgcc \
libstdc++ \ libstdc++ \
su-exec \ su-exec \
openssl \ libressl \
bind-tools \ bind-tools \
tini@commuedge \ tini@commuedge \
&& cd /tmp && git clone https://github.com/bagder/libbrotli --depth=1 && cd libbrotli \ && cd /tmp && git clone https://github.com/bagder/libbrotli --depth=1 && cd libbrotli \

View File

@ -28,7 +28,7 @@ RUN echo "@commuedge https://nl.alpinelinux.org/alpine/edge/community" >> /etc/a
${BUILD_DEPS} \ ${BUILD_DEPS} \
nginx \ nginx \
s6 \ s6 \
openssl \ libressl \
ca-certificates \ ca-certificates \
libsmbclient \ libsmbclient \
samba-client \ samba-client \

View File

@ -25,7 +25,7 @@ RUN echo "@commuedge https://nl.alpinelinux.org/alpine/edge/community" >> /etc/a
${BUILD_DEPS} \ ${BUILD_DEPS} \
nginx \ nginx \
s6 \ s6 \
openssl \ libressl \
ca-certificates \ ca-certificates \
libsmbclient \ libsmbclient \
samba-client \ samba-client \