Commit 4a55ba14 authored by nimrod's avatar nimrod
Browse files

Found the issue with pip.

It was an awscli dependency on colorama<0.4.4 and >=0.2.5.
parent 72a4e140
Loading
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -116,14 +116,13 @@ RUN apt-get update && \
    python3 -m pip install \
        ansible \
        ansible-runner \
        'awscli>=1.19' \
        awscli \
        awslogs \
        bcrypt \
        black \
        'colorama==0.4.4' \
        'colorama==0.4.3' \
        boto \
        boto3 \
        'botocore>=1.20' \
        cookiecutter \
        cryptography \
        dnspython \