677bc50519
* Moved deployment/molecule to deployment-e2e * Update paths and readmes * Nested molecule * Corrected paths * paths * path * Moved docker up
6 lines
208 B
Docker
6 lines
208 B
Docker
FROM python:3.7-stretch
|
|
RUN apt-get update && apt-get install -y rsync
|
|
RUN curl -fsSL https://get.docker.com | sh
|
|
RUN pip3 install docker molecule==2.22rc1 molecule[docker] flake8
|
|
WORKDIR mono/deployment-e2e
|