From 7fa7bf01844ba3cba2dcf34587c5c46b933bc948 Mon Sep 17 00:00:00 2001 From: Sam Yaple Date: Wed, 7 Jun 2017 02:38:43 +0000 Subject: [PATCH] Add libpython2.7 This gets pulled in for uwsgi Depends-On: I4e222cb619b741cccf3ba1dfc29d86ea35e16fce Change-Id: I7ffdb818f94c68e7e52a468f681c90a6704d71e2 --- centos/Dockerfile | 1 + debian/Dockerfile | 1 + ubuntu/Dockerfile | 1 + 3 files changed, 3 insertions(+) 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 \