molecule: minor update docker image

This commit is contained in:
Adrien Waksberg 2023-12-28 09:32:15 +01:00
parent 9b38436ed6
commit 225b7cd419

View file

@ -1,7 +1,7 @@
FROM docker:dind
MAINTAINER Adrien Waksberg "docker@yae.im"
RUN apk add --no-cache rsync python3 python3-dev py3-pip gcc git curl build-base gettext \
RUN apk update && apk add --upgrade --no-cache rsync python3 python3-dev py3-pip gcc git curl build-base gettext \
autoconf automake py3-cryptography linux-headers musl-dev libffi-dev openssl-dev openssh
RUN python3 -m pip install --break-system-packages \
ansible \