tokenbridge/deployment-e2e/Dockerfile
2019-09-16 18:34:42 +02:00

5 lines
161 B
Docker

FROM python:3.7-stretch
RUN curl -fsSL https://get.docker.com | sh
RUN pip3 install docker molecule==2.22rc1 molecule[docker] flake8
WORKDIR mono/deployment-e2e