tokenbridge/deployment-e2e/Dockerfile
2021-11-08 10:48:24 +03:00

5 lines
167 B
Docker

FROM python:3.7
RUN curl -fsSL https://get.docker.com | sh
RUN pip3 install docker molecule[docker,ansible] pytest pytest-testinfra flake8
WORKDIR mono/deployment-e2e