reverse: remove ngxpasswd

This commit is contained in:
Wonderfall
2016-04-29 19:04:32 +02:00
parent 1f4a3708e9
commit 287b32d56e
2 changed files with 0 additions and 44 deletions

View File

@ -29,7 +29,6 @@ RUN echo "@commuedge http://nl.alpinelinux.org/alpine/edge/community" >> /etc/ap
libgcc \
libstdc++ \
su-exec \
openssl \
tini@commuedge \
&& cd /tmp && git clone https://github.com/bagder/libbrotli && cd libbrotli \
&& ./autogen.sh && ./configure && make -j $NB_CORES && make install \
@ -83,7 +82,6 @@ RUN echo "@commuedge http://nl.alpinelinux.org/alpine/edge/community" >> /etc/ap
COPY nginx.conf /etc/nginx/conf/nginx.conf
COPY run.sh /usr/local/bin/run.sh
COPY ngxpasswd /usr/local/bin/ngxpasswd
RUN chmod +x /usr/local/bin/*