diff --git a/Dockerfile b/Dockerfile index a07c0af..c99fb62 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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