diff --git a/Dockerfile b/Dockerfile
index d6cbcd6481486c0b635a12755a9e9e9819771f3f..607e3acf79709e87e3af901ea57585036684e0ec 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 && \