mirror of
https://github.com/thegeeklab/ansible-later.git
synced 2024-11-24 13:50:41 +00:00
fix: use extra package 'ansible' to support common collections by default
This commit is contained in:
parent
2662f35efc
commit
5012e2d919
@ -14,7 +14,7 @@ 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 / -name "ansible_later-*.whl")[ansible-base] && \
|
pip install --no-cache-dir $(find / -name "ansible_later-*.whl")[ansible] && \
|
||||||
apk del .build-deps && \
|
apk del .build-deps && \
|
||||||
rm -f ansible_later-*.whl && \
|
rm -f ansible_later-*.whl && \
|
||||||
rm -rf /var/cache/apk/* && \
|
rm -rf /var/cache/apk/* && \
|
||||||
|
@ -14,7 +14,7 @@ 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 / -name "ansible_later-*.whl")[ansible-base] && \
|
pip install --no-cache-dir $(find / -name "ansible_later-*.whl")[ansible] && \
|
||||||
apk del .build-deps && \
|
apk del .build-deps && \
|
||||||
rm -f ansible_later-*.whl && \
|
rm -f ansible_later-*.whl && \
|
||||||
rm -rf /var/cache/apk/* && \
|
rm -rf /var/cache/apk/* && \
|
||||||
|
@ -14,7 +14,7 @@ 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 / -name "ansible_later-*.whl")[ansible-base] && \
|
pip install --no-cache-dir $(find / -name "ansible_later-*.whl")[ansible] && \
|
||||||
apk del .build-deps && \
|
apk del .build-deps && \
|
||||||
rm -f ansible_later-*.whl && \
|
rm -f ansible_later-*.whl && \
|
||||||
rm -rf /var/cache/apk/* && \
|
rm -rf /var/cache/apk/* && \
|
||||||
|
Loading…
Reference in New Issue
Block a user