feat: update molecule docker
This commit is contained in:
parent
f21faef710
commit
28cdf52009
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
||||||
FROM docker:dind
|
FROM docker:dind
|
||||||
MAINTAINER Adrien Waksberg "docker@yae.im"
|
MAINTAINER Adrien Waksberg "docker@yae.im"
|
||||||
|
|
||||||
RUN apk add --no-cache python3 python3-dev py3-pip gcc git curl build-base gettext \
|
RUN apk add --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
|
autoconf automake py3-cryptography linux-headers musl-dev libffi-dev openssl-dev openssh
|
||||||
RUN python3 -m pip install \
|
RUN python3 -m pip install \
|
||||||
ansible \
|
ansible \
|
||||||
ansible-lint \
|
ansible-lint \
|
||||||
docker \
|
docker \
|
||||||
molecule \
|
molecule \
|
||||||
molecule-docker \
|
molecule-plugins[docker] \
|
||||||
pytest-testinfra \
|
pytest-testinfra \
|
||||||
yamllint
|
yamllint
|
||||||
|
|
Loading…
Reference in a new issue