mirror of
https://github.com/thegeeklab/ansible-later.git
synced 2024-11-21 20:30:42 +00:00
fix docker dependencies
This commit is contained in:
parent
e4611b8dd5
commit
5651c9fa8a
@ -8,7 +8,8 @@ LABEL maintainer="Robert Kaussow <mail@geeklabor.de>" \
|
||||
|
||||
ADD dist/ansible_later-*.whl /
|
||||
|
||||
RUN apk --update add --virtual .build-deps build-base libffi-dev libressl-dev git && \
|
||||
RUN apk --update add --virtual .build-deps build-base libffi-dev libressl-dev && \
|
||||
apk --update add git && \
|
||||
pip install --upgrade --no-cache-dir pip && \
|
||||
pip install --no-cache-dir --find-links=. ansible-later && \
|
||||
apk del .build-deps && \
|
||||
|
Loading…
Reference in New Issue
Block a user