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