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
201 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 mock