Add new file

This commit is contained in:
Julien Cabillot
2019-02-13 22:44:56 +00:00
commit 8250124898

7
Dockerfile Normal file
View File

@@ -0,0 +1,7 @@
FROM "python:3.7-alpine"
MAINTAINER "Julien Cabillot <julien@sdv.fr>"
RUN apk --no-cache add --virtual build-dependencies \
build-base libffi-dev libressl-dev && \
pip install --no-cache-dir ansible-lint && \
apk del build-dependencies