Update runner-main to use python3

This commit is contained in:
Wojciech Kozlowski 2018-02-22 21:48:51 +00:00
parent 05e25e3642
commit 25e2033253

View File

@ -1,7 +1,7 @@
FROM gitlab.wojciechkozlowski.eu:8443/wojtek/loki/runner-base
RUN apt install -y build-essential \
python \
python-pip
python3 \
python3-pip
RUN pip install pycodestyle coverage mock
RUN pip3 install pycodestyle coverage