From 28cdf5200947c33e98f6f12b59b0bdbadb5483dc Mon Sep 17 00:00:00 2001 From: Adrien Waksberg Date: Mon, 10 Jul 2023 10:46:46 +0200 Subject: [PATCH] feat: update molecule docker --- molecule/docker | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/molecule/docker b/molecule/docker index 2ac75c2..cee215e 100644 --- a/molecule/docker +++ b/molecule/docker @@ -1,13 +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 \ +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 RUN python3 -m pip install \ ansible \ ansible-lint \ docker \ molecule \ - molecule-docker \ + molecule-plugins[docker] \ pytest-testinfra \ yamllint