Skip to content
Snippets Groups Projects

Update Dockerfile

1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -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