Build bindep

Change-Id: Iabe9db42d282f04798df6b4c842bd181e5907c03
This commit is contained in:
Sam Yaple 2017-09-16 19:26:05 -04:00
parent d2f4cbf345
commit 27b31546c0
3 changed files with 3 additions and 0 deletions

View File

@ -58,6 +58,7 @@ RUN set -x \
&& pip wheel -w /root/packages/ $(grep dogtag-pki /root/packages/upper-constraints.txt) /tmp/python-nss/ \
# NOTE(SamYaple): end bug workaround
&& pip wheel -w /root/packages/ -r /root/packages/global-requirements.txt -c /root/packages/upper-constraints.txt \
bindep==2.5.0 \
uwsgi \
&& yum history -y undo 4 5 \
&& yum clean all \

1
debian/Dockerfile vendored
View File

@ -52,6 +52,7 @@ RUN set -x \
&& pip wheel -w /root/packages/ $(grep dogtag-pki /root/packages/upper-constraints.txt) /tmp/python-nss/ \
# NOTE(SamYaple): end bug workaround
&& pip wheel -w /root/packages/ -r /root/packages/global-requirements.txt -c /root/packages/upper-constraints.txt \
bindep==2.5.0 \
uwsgi \
&& apt-get purge -y --auto-remove \
build-essential \

View File

@ -52,6 +52,7 @@ RUN set -x \
&& pip wheel -w /root/packages/ $(grep dogtag-pki /root/packages/upper-constraints.txt) /tmp/python-nss/ \
# NOTE(SamYaple): end bug workaround
&& pip wheel -w /root/packages/ -r /root/packages/global-requirements.txt -c /root/packages/upper-constraints.txt \
bindep==2.5.0 \
uwsgi \
&& apt-get purge -y --auto-remove \
build-essential \