Commit 6e1ff881 authored by nimrod's avatar nimrod
Browse files

Stop fighting with the new pip resolver.

parent 93e719f4
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -111,7 +111,7 @@ RUN apt-get update && \
    && \
    sed -i 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/; s/# en_IL UTF-8/en_IL UTF-8/; s/# he_IL.UTF-8 UTF-8/he_IL.UTF-8 UTF-8/;' /etc/locale.gen && \
    locale-gen && \
    python3 -m pip install \
    python3 -m pip install --use-deprecated=legacy-resolver \
        ansible \
        ansible-runner \
        awscli \