Commit cd0308b5 authored by Dmitriy Safronov's avatar Dmitriy Safronov
Browse files

new

parent 78d90600
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,11 +14,11 @@ RUN apk --no-cache add \
        libffi-dev \
        openssl-dev \
        build-base && \
    pip3 install --upgrade \
    pip3 install --no-cache-dir --upgrade \
        pip \
        cffi \
        wheel && \
    pip3 install \
    pip3 install --no-cache-dir \
        cryptography \
        ansible \
        mitogen ansible-lint jmespath \