typo
This commit is contained in:
parent
f43d804767
commit
ac7b5b4d2e
@ -11,7 +11,7 @@ COPY ./config.settings /tmp/config.settings
|
|||||||
|
|
||||||
WORKDIR /usr/src/ircd
|
WORKDIR /usr/src/ircd
|
||||||
RUN set -x \
|
RUN set -x \
|
||||||
&& apt-get install ${PKG}
|
&& apt-get install ${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}/ \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user