feat: add molecule in docker image
This commit is contained in:
parent
2715192072
commit
b23294bc4e
1 changed files with 13 additions and 0 deletions
13
molecule/docker
Normal file
13
molecule/docker
Normal file
|
@ -0,0 +1,13 @@
|
|||
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
|
Loading…
Reference in a new issue