requirements has added python-systemd

Update the dev packages so this builds correctly

Change-Id: I894c7802ac5b052db69ee06ae88061c2239d4513
This commit is contained in:
Sam Yaple 2017-04-12 01:35:58 +00:00
parent ffc7806e30
commit 2056e42e44
3 changed files with 5 additions and 0 deletions

View File

@ -37,6 +37,7 @@ RUN set -x \
python-devel \
libgcrypt \
nss-util \
systemd-devel \
&& curl -sSL https://bootstrap.pypa.io/get-pip.py -o get-pip.py \
&& python get-pip.py \
&& rm get-pip.py \

2
debian/Dockerfile vendored
View File

@ -23,6 +23,7 @@ RUN set -x \
libpq-dev \
libsasl2-dev \
libssl-dev \
libsystemd-dev \
libxml2-dev \
libxslt1-dev \
libvirt-dev \
@ -62,6 +63,7 @@ RUN set -x \
libpq-dev \
libsasl2-dev \
libssl-dev \
libsystemd-dev \
libxml2-dev \
libxslt1-dev \
libvirt-dev \

View File

@ -22,6 +22,7 @@ RUN set -x \
libpq-dev \
libsasl2-dev \
libssl-dev \
libsystemd-dev \
libxml2-dev \
libxslt1-dev \
libvirt-dev \
@ -61,6 +62,7 @@ RUN set -x \
libpq-dev \
libsasl2-dev \
libssl-dev \
libsystemd-dev \
libxml2-dev \
libxslt1-dev \
libvirt-dev \