8 lines
199 B
Docker
8 lines
199 B
Docker
FROM gitlab.wojciechkozlowski.eu:8443/wojtek/loki/runner-base
|
|
|
|
RUN apt install -y build-essential \
|
|
python3 \
|
|
python3-pip
|
|
|
|
RUN pip3 install pycodestyle coverage
|