update
This commit is contained in:
parent
9e1fa7f446
commit
0e4579e5cd
@ -13,7 +13,7 @@ WORKDIR /usr/src/ircd
|
|||||||
RUN set -x \
|
RUN set -x \
|
||||||
&& apt-get update \
|
&& apt-get update \
|
||||||
&& apt-get install --assume-yes ${PKG} \
|
&& apt-get install --assume-yes ${PKG} \
|
||||||
&& wget -O /tmp/unrealircd https://www.unrealircd.org/downloads/unrealircd-${VER}.tar.gz
|
&& wget -O /tmp/unrealircd https://www.unrealircd.org/downloads/unrealircd-${VER}.tar.gz \
|
||||||
&& tar xvfz /tmp/unrealircd \
|
&& tar xvfz /tmp/unrealircd \
|
||||||
&& cd ./unrealircd-${VER}/ \
|
&& cd ./unrealircd-${VER}/ \
|
||||||
&& cp /tmp/config.settings /usr/src/ircd/unrealircd-${VER}/config.settings \
|
&& cp /tmp/config.settings /usr/src/ircd/unrealircd-${VER}/config.settings \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user