Require libvirt-python

Change-Id: Id0d76353ed9b4f04d0b72b2db4e85629767ed5ea
Depends-On: I79afe3a86497ee6dd9a451e54cfa3b0710ec566b
This commit is contained in:
Sam Yaple 2017-04-29 10:01:32 +00:00
parent 366670ee37
commit 8e12c25d61
3 changed files with 6 additions and 3 deletions

View File

@ -13,8 +13,9 @@ ADD $OVERRIDE /
RUN set -x \
&& yum upgrade -y \
&& yum install -y git \
libvirt0 \
libxml2 \
&& git init /tmp/common/ \
&& git --git-dir /tmp/common/.git fetch --depth 1 $SCRIPTS_REPO $SCRIPTS_REF \
&& git --work-tree /tmp/common --git-dir /tmp/common/.git checkout FETCH_HEAD \
&& /tmp/common/scripts/install.sh
&& /tmp/common/scripts/install.sh libvirt-python

3
debian/Dockerfile vendored
View File

@ -15,8 +15,9 @@ RUN set -x \
&& apt-get dist-upgrade -y \
&& apt-get install -y --no-install-recommends git \
ca-certificates \
libvirt0 \
libxml2 \
&& git init /tmp/common/ \
&& git --git-dir /tmp/common/.git fetch --depth 1 $SCRIPTS_REPO $SCRIPTS_REF \
&& git --work-tree /tmp/common --git-dir /tmp/common/.git checkout FETCH_HEAD \
&& /tmp/common/scripts/install.sh
&& /tmp/common/scripts/install.sh libvirt-python

View File

@ -15,8 +15,9 @@ RUN set -x \
&& apt-get dist-upgrade -y \
&& apt-get install -y --no-install-recommends git \
ca-certificates \
libvirt0 \
libxml2 \
&& git init /tmp/common/ \
&& git --git-dir /tmp/common/.git fetch --depth 1 $SCRIPTS_REPO $SCRIPTS_REF \
&& git --work-tree /tmp/common --git-dir /tmp/common/.git checkout FETCH_HEAD \
&& /tmp/common/scripts/install.sh
&& /tmp/common/scripts/install.sh libvirt-python