Loading Dockerfile +1 −0 Original line number Diff line number Diff line Loading @@ -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/* Loading Loading
Dockerfile +1 −0 Original line number Diff line number Diff line Loading @@ -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/* Loading