add bind-tools (ngxproxy requirement)

This commit is contained in:
Wonderfall 2016-05-30 13:45:18 +02:00
parent ce4d01bd50
commit ef3c04060d

View File

@ -37,6 +37,7 @@ RUN echo "@commuedge http://nl.alpinelinux.org/alpine/edge/community" >> /etc/ap
libstdc++ \ libstdc++ \
su-exec \ su-exec \
openssl \ openssl \
bind-tools \
tini@commuedge \ tini@commuedge \
&& cd /tmp && git clone https://github.com/bagder/libbrotli && cd libbrotli \ && cd /tmp && git clone https://github.com/bagder/libbrotli && cd libbrotli \
&& ./autogen.sh && CC=clang CXX=clang++ ./configure \ && ./autogen.sh && CC=clang CXX=clang++ ./configure \