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 \
tini
RUN pip3 install --no-cache-dir \
deluge-client \
prometheus_client
RUN git clone --depth=1 https://github.com/sbruder/deluge_exporter /opt/deluge_exporter
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
COPY services /etc/service
COPY nginx.conf /etc/nginx/