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