01186d6aa8
* New repo task * Removed bridge_repo and bridge_repo_branch configs * Updated docs * Update apt-get * Fix path * Exclude fix * Removed CODEBASE_BRANCH * Initializing submodules for deployment tests * Synchronizing with ls-tree * Synchronization without temp files
6 lines
204 B
Docker
6 lines
204 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
|