neotags/Dockerfile

9 lines
265 B
Docker
Raw Normal View History

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"
# Install dependencies
2017-05-19 16:04:38 +02:00
RUN pip install --upgrade pip
RUN pip install --no-cache-dir pep8 neovim pyfakefs==3.1