mirror of
https://github.com/jimeh/docker-znc.git
synced 2026-02-19 09:56:43 +00:00
Disable ipv6 by default
Since Docker doesn't install ipv6 iptables rules by default, we probably shouldn't build with it on. Fixes #15.
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user