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/