dockerfiles/molecule/docker

14 lines
442 B
Text
Raw Normal View History

2022-04-07 15:01:51 +02:00
FROM docker:dind
MAINTAINER Adrien Waksberg "docker@waks.be"
2022-04-07 15:01:51 +02:00
2023-12-28 09:32:15 +01:00
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 nodejs
2023-12-15 12:08:05 +01:00
RUN python3 -m pip install --break-system-packages \
2022-04-07 15:01:51 +02:00
ansible \
ansible-lint \
docker \
molecule \
2023-07-10 10:46:46 +02:00
molecule-plugins[docker] \
2022-04-07 15:01:51 +02:00
pytest-testinfra \
yamllint