9 lines
188 B
Docker
9 lines
188 B
Docker
|
FROM registry.wojciechkozlowski.eu/wojtek/loki/runner-base
|
||
|
|
||
|
RUN apt-get -y install \
|
||
|
build-essential \
|
||
|
python3 \
|
||
|
python3-pip
|
||
|
|
||
|
RUN pip3 install pycodestyle coverage
|