Skip to content
Snippets Groups Projects
Commit 056a7dc3 authored by Dmitriy Safronov's avatar Dmitriy Safronov
Browse files

Update Dockerfile

parent 01fd3103
No related branches found
No related tags found
1 merge request!34Update Dockerfile
Pipeline #6614 passed
......@@ -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/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment