From 82eb62f927fcbbf0335b24810be6f8a27d3f8f15 Mon Sep 17 00:00:00 2001 From: aptalca Date: Tue, 18 Sep 2018 14:28:07 -0400 Subject: [PATCH] update pip --- Dockerfile.aarch64 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 67a2779..c3c8a39 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -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} && \