Mise à jour de 'Dockerfile'

This commit is contained in:
sebclem 2021-12-15 16:07:34 +01:00
parent ee3c2731e1
commit 769c764a6a

View File

@ -1,8 +1,4 @@
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
FROM python:3.10.1-slim
# renovate: datasource=pypi depName=ansible
ENV ANSIBLE_VERSION=5.0.1