Update runner-main to use python3
This commit is contained in:
parent
05e25e3642
commit
25e2033253
@ -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
|
||||
|
Reference in New Issue
Block a user