Fix package dependancies

Remove openvswitch-switch, it is unused. They python libs are used.

Change-Id: I9670d97641622a6caecdc98bb35d198ec2a0701f
This commit is contained in:
Sam Yaple 2017-05-26 17:58:42 +00:00
parent a636ad30f5
commit bb7958f7cf
3 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@ RUN set -x \
ebtables \
ipset \
keepalived \
openvswitch \
libxml2 \
uuid \
&& git init /tmp/common/ \
&& git --git-dir /tmp/common/.git fetch --depth 1 $SCRIPTS_REPO $SCRIPTS_REF \

2
debian/Dockerfile vendored
View File

@ -25,7 +25,7 @@ RUN set -x \
iptables \
iputils-arping \
keepalived \
openvswitch-switch \
libxml2 \
uuid-runtime \
&& git init /tmp/common/ \
&& git --git-dir /tmp/common/.git fetch --depth 1 $SCRIPTS_REPO $SCRIPTS_REF \

View File

@ -25,7 +25,7 @@ RUN set -x \
iptables \
iputils-arping \
keepalived \
openvswitch-switch \
libxml2 \
uuid-runtime \
&& git init /tmp/common/ \
&& git --git-dir /tmp/common/.git fetch --depth 1 $SCRIPTS_REPO $SCRIPTS_REF \