You've already forked ansible-molecule
first commit
This commit is contained in:
7
Dockerfile
Normal file
7
Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM python:3.9-slim
|
||||
ARG DEPOT_VERSION=2.30.0
|
||||
|
||||
RUN pip install -y 'ansible-core<2.17' molecule[docker]
|
||||
|
||||
|
||||
CMD ["/bin/bash"]
|
||||
Reference in New Issue
Block a user