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

9 lines
188 B
Docker
Raw Normal View History

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