update pip

This commit is contained in:
aptalca 2018-09-18 14:28:07 -04:00 committed by GitHub
parent 2996588c05
commit 82eb62f927
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,6 +28,8 @@ RUN \
else \
LDAP_INSTALL="python-ldap==${LDAP_VERSION}"; \
fi && \
pip install -U --no-cache-dir \
pip && \
pip install -U --no-cache-dir \
cryptography \
${LDAP_INSTALL} && \