Add libpython2.7
This gets pulled in for uwsgi Depends-On: I4e222cb619b741cccf3ba1dfc29d86ea35e16fce Change-Id: I7ffdb818f94c68e7e52a468f681c90a6704d71e2
This commit is contained in:
parent
e2291694c1
commit
7fa7bf0184
@ -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
1
debian/Dockerfile
vendored
@ -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 \
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user