Add pycodestyle and coverage to runner-main

This commit is contained in:
Wojciech Kozlowski 2018-01-29 17:45:26 +00:00
parent 36a1e9f658
commit 8c5c995527

View File

@ -3,3 +3,5 @@ FROM gitlab.wojciechkozlowski.eu:8443/wojtek/loki/runner-base
RUN apt install -y build-essential \
python \
python-pip
RUN pip install pycodestyle coverage