1da1acbfbe
* Removed old ansible-lint outside of molecule * Yamlint * Enabled ansible-lint with minimal rules * Removed ansible-lint job
6 lines
157 B
Docker
6 lines
157 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 runner
|
|
COPY . .
|