Compare commits

...

2 Commits

Author SHA1 Message Date
renovate-bot
402aac6c19 Add renovate.json
All checks were successful
continuous-integration/drone/push Build is passing
2021-12-15 15:15:53 +00:00
585eea8da7 Mise à jour de 'Dockerfile'
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing
2021-12-15 16:15:41 +01:00
2 changed files with 6 additions and 2 deletions

View File

@ -4,8 +4,6 @@ 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" ]

6
renovate.json Normal file
View File

@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
]
}