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 update || true
|
||||||
RUN apt-get install -y \
|
RUN apt-get install -y \
|
||||||
openvswitch-switch \
|
openvswitch-switch \
|
||||||
iputils-ping \
|
|
||||||
fping \
|
|
||||||
libffi-dev \
|
libffi-dev \
|
||||||
software-properties-common \
|
software-properties-common \
|
||||||
iproute2 \
|
iproute2 \
|
||||||
bridge-utils \
|
bridge-utils && \
|
||||||
tcpdump && \
|
|
||||||
add-apt-repository ppa:deadsnakes/ppa && \
|
add-apt-repository ppa:deadsnakes/ppa && \
|
||||||
apt-get update
|
apt-get update
|
||||||
RUN apt-get install -y \
|
RUN apt-get install -y \
|
||||||
|
@ -34,7 +31,7 @@ RUN pip3 install --upgrade pip && \
|
||||||
pip3 --cache-dir /var/cache/evio/ \
|
pip3 --cache-dir /var/cache/evio/ \
|
||||||
install wheel && \
|
install wheel && \
|
||||||
pip3 --cache-dir /var/cache/evio/ \
|
pip3 --cache-dir /var/cache/evio/ \
|
||||||
install eventlet==0.30.2 psutil \
|
install eventlet==0.30.2 \
|
||||||
slixmpp requests simplejson \
|
slixmpp requests simplejson \
|
||||||
pyroute2 keyring ryu
|
pyroute2 keyring ryu
|
||||||
#RUN systemctl mask getty@tty1.service
|
#RUN systemctl mask getty@tty1.service
|
||||||
|
@ -58,7 +55,7 @@ ENV CREATED=$DATE
|
||||||
ENV VERSION=$VERSION
|
ENV VERSION=$VERSION
|
||||||
|
|
||||||
LABEL org.opencontainers.image.created=$DATE \
|
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.url="https://edgevpn.io" \
|
||||||
org.opencontainers.image.source="https://github.com/EdgeVPNio/evio" \
|
org.opencontainers.image.source="https://github.com/EdgeVPNio/evio" \
|
||||||
org.opencontainers.image.version=$VERSION \
|
org.opencontainers.image.version=$VERSION \
|
||||||
|
|
Loading…
Reference in New Issue