Compare commits

..

1 Commits

Author SHA1 Message Date
renovate-bot
c951503bf8 Add renovate.json
All checks were successful
continuous-integration/drone/push Build is passing
2021-12-15 08:49:27 +00:00

View File

@ -1,4 +1,8 @@
FROM python:3.10.1-slim
FROM alpine:3.15.0
RUN apk add --no-cache py3-pip bash gcc musl-dev python3-dev libffi-dev
RUN pip3 install --upgrade pip
# renovate: datasource=pypi depName=ansible
ENV ANSIBLE_VERSION=5.0.1