Commit 056a7dc3 authored by Дмитрий Сафронов's avatar Дмитрий Сафронов
Browse files

Update Dockerfile

parent 01fd3103
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -9,6 +9,7 @@ RUN apk --no-cache add python3 && \
    python3 -m venv /opt/ansible && \
    pip3 install --ignore-installed --no-cache-dir --upgrade --disable-pip-version-check pip setuptools wheel && \
    pip3 install --ignore-installed --no-cache-dir ansible ${ANSIBLE_PACKAGES} && \
    find /opt/ansible \( -type d -a -name test -o -name tests \) -o \( -type f -a -name '*.pyc' -o -name '*.pyo' \) -exec rm -rvf '{}' \+ && \
    #apk del build-dependencies && \
    rm -rf /var/cache/apk/*