You've already forked ansible-molecule
Install docker cli
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
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'
|
||||
RUN pip install 'ansible-core<2.17' \
|
||||
'ansible-compat==3.0.2' \
|
||||
'molecule[docker]<5.0.0' && \
|
||||
apt-get update && apt-get install -y docker-cli
|
||||
|
||||
CMD ["/bin/bash"]
|
||||
Reference in New Issue
Block a user