1.3.15 on xenial

This commit is contained in:
dave 2019-11-28 11:57:16 -08:00
parent 3fb9dc2d10
commit 663ebc6963
1 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,9 @@ COPY core.conf /home/deluge/.config/deluge/
COPY web_plugin.conf /home/deluge/.config/deluge/
COPY web.conf /home/deluge/.config/
RUN apt-get update && \
apt-get install -y software-properties-common && \
add-apt-repository -y ppa:deluge-team/ppa && \
apt-get update && \
apt-get -y install deluged deluge-web deluge-console && \
chown -R deluge /home/deluge/.config && \
chgrp -R deluge /home/deluge/.config