Compare commits

..

1 Commits

Author SHA1 Message Date
renovate-bot
82ceef7e78 Add renovate.json
Some checks failed
continuous-integration/drone/push Build is failing
2021-12-15 15:07:42 +00:00

View File

@ -4,6 +4,8 @@ FROM python:3.10.1-slim
ENV ANSIBLE_VERSION=5.0.1
RUN pip3 install --no-cache-dir ansible==${ANSIBLE_VERSION}
RUN apk del gcc musl-dev python3-dev libffi-dev
COPY entrypoint /bin/entrypoint
ENTRYPOINT [ "/bin/entrypoint" ]