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
|
||||
ARG DEBIAN_FRONTEND=noninteractive
|
||||
ENV TZ=Etc/UTC
|
||||
RUN apt-get update && \
|
||||
apt-get install -y \
|
||||
RUN apt-get update || true
|
||||
RUN apt-get install -y \
|
||||
openvswitch-switch \
|
||||
iputils-ping \
|
||||
fping \
|
||||
|
|
Loading…
Reference in New Issue