2017-05-19 16:04:38 +02:00
|
|
|
FROM python:3
|
2017-05-19 15:48:20 +02:00
|
|
|
|
|
|
|
MAINTAINER Daniel Siepmann
|
|
|
|
LABEL Description="This image should provide environment to lint neotags" Vendor="DanielSiepmann" Version="1.0"
|
|
|
|
|
2017-05-19 15:52:19 +02:00
|
|
|
# Install dependencies
|
2017-05-19 16:04:38 +02:00
|
|
|
RUN pip install --upgrade pip
|
2019-05-07 09:01:18 +02:00
|
|
|
RUN pip install --no-cache-dir pep8 pynvim pyfakefs==3.1
|