Commit b2cee64c authored by nimrod's avatar nimrod
Browse files

Upgrade pip.

parent d57a36d6
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -112,6 +112,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/;' /etc/locale.gen && \
    locale-gen && \
    python3 -m pip install --upgrade pip && \
    python3 -m pip install \
        ansible \
        ansible-runner \