From eb27f0f5fa8002614263b784848cfa4000e823c8 Mon Sep 17 00:00:00 2001 From: Abhinav Singh Date: Wed, 15 May 2024 13:00:31 +0530 Subject: [PATCH] --prefer-binary --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index a313fbf368..7cd64c3461 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,10 +24,10 @@ RUN pip install --upgrade pip && \ --find-links file:/// \ proxy.py && \ rm *.whl && \ - apk add \ - py-cryptography && \ pip install \ - paramiko==3.4.0 + paramiko==3.4.0 \ + cryptography==39.0.1 \ + --prefer-binary # Use `--build-arg SKIP_OPENSSL=1` to disable openssl installation RUN if [[ -z "$SKIP_OPENSSL" ]]; then apk update && apk add openssl; fi