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 /
|
ADD dist/ansible_doctor-*.whl /
|
||||||
|
|
||||||
RUN \
|
RUN apk update && \
|
||||||
apk update --no-cache && \
|
|
||||||
rm -rf /var/cache/apk/* && \
|
|
||||||
pip install --upgrade --no-cache-dir pip && \
|
pip install --upgrade --no-cache-dir pip && \
|
||||||
pip install --no-cache-dir ansible_doctor-*.whl && \
|
pip install --no-cache-dir ansible_doctor-*.whl && \
|
||||||
rm -f ansible_doctor-*.whl && \
|
rm -f ansible_doctor-*.whl && \
|
||||||
|
rm -rf /var/cache/apk/* && \
|
||||||
rm -rf /root/.cache/
|
rm -rf /root/.cache/
|
||||||
|
|
||||||
USER root
|
USER root
|
||||||
|
Loading…
Reference in New Issue
Block a user