mirror of
https://github.com/thegeeklab/ansible-doctor.git
synced 2024-11-18 03:00:41 +00:00
chore: add build deps to Dockerfile (#220)
This commit is contained in:
parent
010492c2c6
commit
02e22f9b03
@ -8,10 +8,11 @@ LABEL org.opencontainers.image.source="https://github.com/thegeeklab/ansible-doc
|
||||
LABEL org.opencontainers.image.documentation="https://ansible-doctor.geekdocs.de/"
|
||||
|
||||
ENV PY_COLORS=1
|
||||
ENV TZ=UTC
|
||||
|
||||
ADD dist/ansible_doctor-*.whl /
|
||||
|
||||
RUN apk update && \
|
||||
RUN apk --update add --virtual .build-deps build-base libffi-dev openssl-dev && \
|
||||
pip install --upgrade --no-cache-dir pip && \
|
||||
pip install --no-cache-dir $(find / -name "ansible_doctor-*.whl") && \
|
||||
rm -f ansible_doctor-*.whl && \
|
||||
|
@ -8,10 +8,11 @@ LABEL org.opencontainers.image.source="https://github.com/thegeeklab/ansible-doc
|
||||
LABEL org.opencontainers.image.documentation="https://ansible-doctor.geekdocs.de/"
|
||||
|
||||
ENV PY_COLORS=1
|
||||
ENV TZ=UTC
|
||||
|
||||
ADD dist/ansible_doctor-*.whl /
|
||||
|
||||
RUN apk update && \
|
||||
RUN apk --update add --virtual .build-deps build-base libffi-dev openssl-dev && \
|
||||
pip install --upgrade --no-cache-dir pip && \
|
||||
pip install --no-cache-dir $(find / -name "ansible_doctor-*.whl") && \
|
||||
rm -f ansible_doctor-*.whl && \
|
||||
|
@ -8,10 +8,11 @@ LABEL org.opencontainers.image.source="https://github.com/thegeeklab/ansible-doc
|
||||
LABEL org.opencontainers.image.documentation="https://ansible-doctor.geekdocs.de/"
|
||||
|
||||
ENV PY_COLORS=1
|
||||
ENV TZ=UTC
|
||||
|
||||
ADD dist/ansible_doctor-*.whl /
|
||||
|
||||
RUN apk update && \
|
||||
RUN apk --update add --virtual .build-deps build-base libffi-dev openssl-dev && \
|
||||
pip install --upgrade --no-cache-dir pip && \
|
||||
pip install --no-cache-dir $(find / -name "ansible_doctor-*.whl") && \
|
||||
rm -f ansible_doctor-*.whl && \
|
||||
|
Loading…
Reference in New Issue
Block a user