Files
ansible-molecule/Dockerfile

7 lines
119 B
Docker

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