From c4f3c74c5fb47293b0a06bfc19b8f5f92398d79f Mon Sep 17 00:00:00 2001 From: Dmitriy Safronov <zimniy@cyberbrain.pw> Date: Tue, 18 May 2021 17:45:28 +0300 Subject: [PATCH] new --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d6cbcd6..607e3ac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,8 +19,8 @@ RUN apk --no-cache add \ cffi \ wheel && \ pip3 install --no-cache-dir \ - cryptography \ ansible \ + cryptography \ mitogen ansible-lint jmespath \ pywinrm && \ apk del build-dependencies && \ -- GitLab