6 lines
158 B
Docker
6 lines
158 B
Docker
FROM gitlab.wojciechkozlowski.eu:8443/wojtek/loki/runner-base
|
|
|
|
RUN apt install -y build-essential \
|
|
python \
|
|
python-pip
|