mirror of
https://github.com/jimeh/docker-znc.git
synced 2026-02-19 01:46:42 +00:00
@@ -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