From 50d13c0490c8ba7260c3b5fa1b72090c86973219 Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Sat, 19 Aug 2023 22:29:24 +1200 Subject: [PATCH] Install general modules --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 097bf6d..b31491d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,8 @@ ARG DEPOT_VERSION=2.30.0 RUN pip install 'ansible-core<2.17' \ 'ansible-compat==3.0.2' \ - 'molecule[docker]<5.0.0' + 'molecule[docker]<5.0.0' && \ + ansible-galaxy collection install community.general COPY --from=docker:20.10 /usr/local/bin/docker /usr/local/bin/