mirror of
https://github.com/thegeeklab/ansible-doctor.git
synced 2024-11-24 22:00:40 +00:00
cleanup
This commit is contained in:
parent
04d305930a
commit
42d7d57e9b
@ -10,12 +10,11 @@ ENV PY_COLORS=1
|
||||
|
||||
ADD dist/ansible_doctor-*.whl /
|
||||
|
||||
RUN \
|
||||
apk update --no-cache && \
|
||||
rm -rf /var/cache/apk/* && \
|
||||
RUN apk update && \
|
||||
pip install --upgrade --no-cache-dir pip && \
|
||||
pip install --no-cache-dir ansible_doctor-*.whl && \
|
||||
rm -f ansible_doctor-*.whl && \
|
||||
rm -rf /var/cache/apk/* && \
|
||||
rm -rf /root/.cache/
|
||||
|
||||
USER root
|
||||
|
Loading…
Reference in New Issue
Block a user