Files
ansible-molecule/Dockerfile

7 lines
122 B
Docker
Raw Normal View History

2023-08-19 21:25:33 +12:00
FROM python:3.9-slim
ARG DEPOT_VERSION=2.30.0
RUN pip install -y 'ansible-core<2.17' molecule[docker]
CMD ["/bin/bash"]