Add libpython2.7

This gets pulled in for uwsgi

Depends-On: I4e222cb619b741cccf3ba1dfc29d86ea35e16fce
Change-Id: I7ffdb818f94c68e7e52a468f681c90a6704d71e2
This commit is contained in:
Sam Yaple 2017-06-07 02:38:43 +00:00
parent e2291694c1
commit 7fa7bf0184
3 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,7 @@ ADD $OVERRIDE /
RUN set -x \
&& yum upgrade -y \
&& yum install -y git \
libpython2.7 \
libvirt0 \
libxml2 \
openvswitch \

1
debian/Dockerfile vendored
View File

@ -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 \

View File

@ -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 \