Add new file
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user