TASK: Finish docker

This commit is contained in:
Daniel Siepmann 2017-05-19 16:04:38 +02:00
parent 84d4bf35ef
commit 3c29beb0d5
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -1,15 +1,8 @@
FROM alpine:3.5
FROM python:3
MAINTAINER Daniel Siepmann
LABEL Description="This image should provide environment to lint neotags" Vendor="DanielSiepmann" Version="1.0"
RUN apk update && apk upgrade
# Install dependencies
RUN apk add python3 py-pip
# Clean APK cache
RUN rm -rf /var/cache/apk/*
# Install dependencies
RUN pip install pep8 neovim
RUN pip install --upgrade pip
RUN pip install --no-cache-dir pep8 neovim