You've already forked ansible-molecule
Add git
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
FROM python:3.9-slim
|
||||
|
||||
RUN pip install 'ansible-core<2.17' \
|
||||
RUN apt-get update && apt-get install -y git && \
|
||||
apt-get clean all && \
|
||||
pip install 'ansible-core<2.17' \
|
||||
'ansible-compat==3.0.2' \
|
||||
'molecule[docker]<5.0.0' \
|
||||
'ansible-lint==6.16.2' \
|
||||
|
||||
Reference in New Issue
Block a user