Skip to content

Commit 2996588

Browse files
authored
update pip
1 parent 6091954 commit 2996588

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ RUN \
2525
else \
2626
LDAP_INSTALL="python-ldap==${LDAP_VERSION}"; \
2727
fi && \
28+
pip install -U --no-cache-dir \
29+
pip && \
2830
pip install -U --no-cache-dir \
2931
cryptography \
3032
${LDAP_INSTALL} && \

0 commit comments

Comments
 (0)