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
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 \
python \
python-pip
2018-02-21 01:29:09 +01:00
RUN pip install pycodestyle coverage mock