diff --git a/centos/Dockerfile b/centos/Dockerfile index b3b087b..1b43029 100644 --- a/centos/Dockerfile +++ b/centos/Dockerfile @@ -14,6 +14,7 @@ ADD $OVERRIDE / RUN set -x \ && yum upgrade -y \ && yum install -y git \ + libpython2.7 \ libvirt0 \ libxml2 \ openvswitch \ diff --git a/debian/Dockerfile b/debian/Dockerfile index 717c35c..c3b5f01 100644 --- a/debian/Dockerfile +++ b/debian/Dockerfile @@ -16,6 +16,7 @@ RUN set -x \ && apt-get dist-upgrade -y \ && apt-get install -y --no-install-recommends git \ ca-certificates \ + libpython2.7 \ libvirt0 \ libxml2 \ openvswitch-switch \ diff --git a/ubuntu/Dockerfile b/ubuntu/Dockerfile index 8830751..a5b6c1e 100644 --- a/ubuntu/Dockerfile +++ b/ubuntu/Dockerfile @@ -16,6 +16,7 @@ RUN set -x \ && apt-get dist-upgrade -y \ && apt-get install -y --no-install-recommends git \ ca-certificates \ + libpython2.7 \ libvirt0 \ libxml2 \ openvswitch-switch \