We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 98858ea + a2911e8 commit 439ffb6Copy full SHA for 439ffb6
Dockerfile
@@ -13,7 +13,7 @@ RUN apt-get update \
13
&& wget "http://znc.in/releases/archive/znc-${ZNC_VERSION}.tar.gz" \
14
&& tar -zxf "znc-${ZNC_VERSION}.tar.gz" \
15
&& cd "znc-${ZNC_VERSION}" \
16
- && ./configure \
+ && ./configure --disable-ipv6 \
17
&& make \
18
&& make install \
19
&& apt-get remove -y wget \
0 commit comments