Merge pull request #16 from magcius/patch-1

Disable ipv6 by default
This commit is contained in:
2016-05-26 00:51:51 +01:00

View File

@@ -13,7 +13,7 @@ RUN apt-get update \
&& wget "http://znc.in/releases/archive/znc-${ZNC_VERSION}.tar.gz" \
&& tar -zxf "znc-${ZNC_VERSION}.tar.gz" \
&& cd "znc-${ZNC_VERSION}" \
&& ./configure \
&& ./configure --disable-ipv6 \
&& make \
&& make install \
&& apt-get remove -y wget \