2019-07-08 10:15:17 +03:00
|
|
|
FROM python:3.7-stretch
|
2019-08-29 10:20:55 +03:00
|
|
|
RUN apt-get update && apt-get install -y rsync
|
2019-07-08 10:15:17 +03:00
|
|
|
RUN curl -fsSL https://get.docker.com | sh
|
|
|
|
RUN pip3 install docker molecule==2.22rc1 molecule[docker] flake8
|
2019-08-29 11:30:34 +03:00
|
|
|
WORKDIR mono/deployment-e2e
|