mirror of https://github.com/EdgeVPNio/tools.git
Suppress apt-get update return code
parent
885efa24c1
commit
993afe7de5
|
@ -7,8 +7,8 @@ RUN apt-get update && \
|
||||||
FROM base AS evio-base
|
FROM base AS evio-base
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
ENV TZ=Etc/UTC
|
ENV TZ=Etc/UTC
|
||||||
RUN apt-get update && \
|
RUN apt-get update || true
|
||||||
apt-get install -y \
|
RUN apt-get install -y \
|
||||||
openvswitch-switch \
|
openvswitch-switch \
|
||||||
iputils-ping \
|
iputils-ping \
|
||||||
fping \
|
fping \
|
||||||
|
|
Loading…
Reference in New Issue