mirror of
https://github.com/thegeeklab/ansible-doctor.git
synced 2024-11-22 04:40:43 +00:00
fix wheel installation
This commit is contained in:
parent
85ac5312ab
commit
e0565bd5ca
@ -6,13 +6,13 @@ LABEL maintainer="Robert Kaussow <mail@geeklabor.de>" \
|
|||||||
org.label-schema.vendor="Robert Kaussow" \
|
org.label-schema.vendor="Robert Kaussow" \
|
||||||
org.label-schema.schema-version="1.0"
|
org.label-schema.schema-version="1.0"
|
||||||
|
|
||||||
ADD dist/ansible_doctor*.whl /ansible_doctor.whl
|
ADD dist/ansible_doctor-*.whl /
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
apk update --no-cache \
|
apk update --no-cache && \
|
||||||
rm -rf /var/cache/apk/* && \
|
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 --find-links=. ansible-doctor && \
|
||||||
rm -f ansible_doctor.whl && \
|
rm -f ansible_doctor.whl && \
|
||||||
rm -rf /root/.cache/
|
rm -rf /root/.cache/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user