From cd0308b5c91ad3a5a138af6e6d5c02a44ae803ad Mon Sep 17 00:00:00 2001 From: Dmitriy Safronov <zimniy@cyberbrain.pw> Date: Tue, 18 May 2021 17:40:28 +0300 Subject: [PATCH] new --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e628ac1..30a5320 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,11 +14,11 @@ RUN apk --no-cache add \ libffi-dev \ openssl-dev \ build-base && \ - pip3 install --upgrade \ + pip3 install --no-cache-dir --upgrade \ pip \ cffi \ wheel && \ - pip3 install \ + pip3 install --no-cache-dir \ cryptography \ ansible \ mitogen ansible-lint jmespath \ -- GitLab