neotags/Dockerfile

9 lines
279 B
Docker
Raw Permalink 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
2020-04-27 11:16:33 +02:00
RUN pip install --no-cache-dir pycodestyle==2.5.0 pynvim pyfakefs==3.1