dockerfiles/molecule/docker

14 lines
371 B
Text
Raw Normal View History

2022-04-07 13:01:51 +00:00
FROM docker:dind
MAINTAINER Adrien Waksberg "docker@yae.im"
RUN apk add --no-cache 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 \
ansible \
ansible-lint \
docker \
molecule \
molecule-docker \
pytest-testinfra \
yamllint