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
199 B
Docker
Raw Normal View History

2018-01-25 22:21:17 +01:00
FROM gitlab.wojciechkozlowski.eu:8443/wojtek/loki/runner-base
RUN apt install -y build-essential \
2018-02-22 22:48:51 +01:00
python3 \
python3-pip
2018-02-22 22:48:51 +01:00
RUN pip3 install pycodestyle coverage