Compare commits

...

No commits in common. "659dd6a111be8629a7b05598229dcdfdb7b375a4" and "31332d5561e377e101f5147c22ec1871e80e1b7d" have entirely different histories.

1 changed files with 5 additions and 3 deletions

View File

@ -12,9 +12,11 @@ RUN apt-get update \
python3-pip \
tini
RUN git clone --depth=1 https://github.com/sbruder/deluge_exporter /opt/deluge_exporter \
&& cd deluge_exporter \
&& pip3 install --no-cache-dir -r requirements.txt
RUN pip3 install --no-cache-dir \
deluge-client \
prometheus_client
RUN git clone --depth=1 https://github.com/sbruder/deluge_exporter /opt/deluge_exporter
COPY services /etc/service
COPY nginx.conf /etc/nginx/