mirror of
https://github.com/thegeeklab/ansible-later.git
synced 2024-11-24 22:00:40 +00:00
use glob to install wheel
This commit is contained in:
parent
92af557eef
commit
913cd1b55b
@ -13,11 +13,10 @@ ADD dist/ansible_later-*.whl /
|
|||||||
RUN apk --update add --virtual .build-deps build-base libffi-dev libressl-dev && \
|
RUN apk --update add --virtual .build-deps build-base libffi-dev libressl-dev && \
|
||||||
apk --update add git && \
|
apk --update add git && \
|
||||||
pip install --upgrade --no-cache-dir pip && \
|
pip install --upgrade --no-cache-dir pip && \
|
||||||
pip install --no-cache-dir --find-links=. ansible-later && \
|
pip install --no-cache-dir ansible_later-*.whl && \
|
||||||
apk del .build-deps && \
|
rm -f ansible_later-*.whl && \
|
||||||
rm -rf /var/cache/apk/* && \
|
rm -rf /var/cache/apk/* && \
|
||||||
rm -rf /root/.cache/ && \
|
rm -rf /root/.cache/ && \
|
||||||
rm -f ansible_later-*.whl
|
|
||||||
|
|
||||||
USER root
|
USER root
|
||||||
CMD []
|
CMD []
|
||||||
|
Loading…
Reference in New Issue
Block a user