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