This repository has been archived on 2023-02-05. You can view files and clone it, but cannot push or open issues or pull requests.
loki/runner/main/Dockerfile

8 lines
196 B
Docker

FROM registry.wojciechkozlowski.eu/wojtek/loki/runner-base
RUN apt install -y build-essential \
python3 \
python3-pip
RUN pip3 install pycodestyle coverage