Add libpython2.7

Needed for uwsgi deploy

Change-Id: I712e6a6fd95c849fc0e399a4030d1243cb0b54a5
This commit is contained in:
Sam Yaple 2017-06-07 02:40:21 +00:00
parent 0846657b6e
commit 8530ffbbc4
3 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,7 @@ RUN set -x \
ebtables \
ipset \
keepalived \
libpython2.7 \
openvswitch \
uuid \
&& git init /tmp/common/ \

1
debian/Dockerfile vendored
View File

@ -25,6 +25,7 @@ RUN set -x \
iptables \
iputils-arping \
keepalived \
libpython2.7 \
openvswitch-switch \
uuid-runtime \
&& git init /tmp/common/ \

View File

@ -25,6 +25,7 @@ RUN set -x \
iptables \
iputils-arping \
keepalived \
libpython2.7 \
openvswitch-switch \
uuid-runtime \
&& git init /tmp/common/ \