tokenbridge/deployment-e2e/Dockerfile

5 lines
167 B
Docker
Raw Permalink Normal View History

2021-11-07 21:06:57 +03:00
FROM python:3.7
RUN curl -fsSL https://get.docker.com | sh
2021-11-07 21:06:57 +03:00
RUN pip3 install docker molecule[docker,ansible] pytest pytest-testinfra flake8
WORKDIR mono/deployment-e2e