neotags/Dockerfile
Daniel Siepmann 9c8656959c
TASK: Configure pyfakefs version to use
Until we migrate deprecated copyRealFile we need to stick to a lower
version.
2017-08-07 09:05:17 +02:00

9 lines
265 B
Docker

FROM python:3
MAINTAINER Daniel Siepmann
LABEL Description="This image should provide environment to lint neotags" Vendor="DanielSiepmann" Version="1.0"
# Install dependencies
RUN pip install --upgrade pip
RUN pip install --no-cache-dir pep8 neovim pyfakefs==3.1