From 0df34ec3211ec0a3cc8bafb11e966e20e201b155 Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Thu, 5 Oct 2023 17:21:34 +1300 Subject: [PATCH] Install windows collection --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b7e2e05..3a90d1f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,8 @@ RUN apt-get update && apt-get install -y git && \ 'molecule[docker]<5.0.0' \ 'ansible-lint==6.16.2' \ 'yamllint==1.32.0' && \ - ansible-galaxy collection install community.general + ansible-galaxy collection install community.general \ + ansible.windows COPY --from=docker:20.10 /usr/local/bin/docker /usr/local/bin/