Worked on CI

This commit is contained in:
Lukas Wölfer
2019-06-25 13:25:38 +02:00
parent 846d662cf8
commit b19cfbccab
2 changed files with 10 additions and 3 deletions

7
Dockerfile Normal file
View File

@@ -0,0 +1,7 @@
FROM alpine:latest
RUN apk add python3 python3-dev gcc musl-dev
RUN python3 -m pip install --upgrade pip
RUN python3 -m pip install mypy pylint