mirror of https://github.com/EdgeVPNio/tools.git
Remove obsolete packages
parent
993afe7de5
commit
192a0c917e
|
@ -10,13 +10,10 @@ ENV TZ=Etc/UTC
|
|||
RUN apt-get update || true
|
||||
RUN apt-get install -y \
|
||||
openvswitch-switch \
|
||||
iputils-ping \
|
||||
fping \
|
||||
libffi-dev \
|
||||
software-properties-common \
|
||||
iproute2 \
|
||||
bridge-utils \
|
||||
tcpdump && \
|
||||
bridge-utils && \
|
||||
add-apt-repository ppa:deadsnakes/ppa && \
|
||||
apt-get update
|
||||
RUN apt-get install -y \
|
||||
|
@ -34,7 +31,7 @@ RUN pip3 install --upgrade pip && \
|
|||
pip3 --cache-dir /var/cache/evio/ \
|
||||
install wheel && \
|
||||
pip3 --cache-dir /var/cache/evio/ \
|
||||
install eventlet==0.30.2 psutil \
|
||||
install eventlet==0.30.2 \
|
||||
slixmpp requests simplejson \
|
||||
pyroute2 keyring ryu
|
||||
#RUN systemctl mask getty@tty1.service
|
||||
|
@ -58,7 +55,7 @@ ENV CREATED=$DATE
|
|||
ENV VERSION=$VERSION
|
||||
|
||||
LABEL org.opencontainers.image.created=$DATE \
|
||||
org.opencontainers.image.authors="ACIS Lab" \
|
||||
org.opencontainers.image.authors="ken, renato" \
|
||||
org.opencontainers.image.url="https://edgevpn.io" \
|
||||
org.opencontainers.image.source="https://github.com/EdgeVPNio/evio" \
|
||||
org.opencontainers.image.version=$VERSION \
|
||||
|
|
Loading…
Reference in New Issue