|
@@ -2,7 +2,8 @@ FROM docker.snppla.net/snppla/openvpn:1.0
|
|
|
|
|
|
EXPOSE 58846
|
|
EXPOSE 58846
|
|
|
|
|
|
-
|
|
|
|
|
|
+RUN apt-get update && apt-get install -y software-properties-common
|
|
|
|
+RUN add-apt-repository ppa:deluge-team/stable -y
|
|
RUN apt-get update && apt-get install -y deluged
|
|
RUN apt-get update && apt-get install -y deluged
|
|
|
|
|
|
ADD deluged_init.sh /sbin/deluged_init.sh
|
|
ADD deluged_init.sh /sbin/deluged_init.sh
|