Files
ansible-molecule/Dockerfile
2023-08-19 22:10:06 +12:00

6 lines
150 B
Docker

FROM python:3.9-slim
ARG DEPOT_VERSION=2.30.0
RUN pip install 'ansible-core<2.17' 'ansible-compat==3.0.2' 'molecule[docker]<5.0.0'
CMD ["/bin/bash"]