Skip to content

Commit c049741

Browse files
authored
update pip
1 parent 82eb62f commit c049741

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile.armhf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ RUN \
2828
else \
2929
LDAP_INSTALL="python-ldap==${LDAP_VERSION}"; \
3030
fi && \
31+
pip install -U --no-cache-dir \
32+
pip && \
3133
pip install -U --no-cache-dir \
3234
cryptography \
3335
${LDAP_INSTALL} && \

0 commit comments

Comments
 (0)