Compare commits

...

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

1 changed files with 3 additions and 5 deletions

View File

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