- Use now rx3-docker/server:1.2.3-mga9 image,
- Enable DNS forwarding to prevent DNS leak! - Remove myip installation already installed on server image.
This commit is contained in:
@@ -26,6 +26,7 @@ ARG DELUGE_CONFIG=${DELUGE_HOME}
|
||||
ARG DELUGE_CONFIG_TEMPLATE=${DELUGE_HOME}-template
|
||||
|
||||
|
||||
|
||||
#-----------------------------------------------------------------------------------------------------------------------
|
||||
ARG DELUGED='#!/bin/bash \n\
|
||||
\n\
|
||||
@@ -73,7 +74,7 @@ environment=HOME='${DELUGE_HOME}
|
||||
|
||||
|
||||
RUN urpmi.update -a \
|
||||
&& urpmi --force deluge myip --no-recommends \
|
||||
&& urpmi --force deluge --no-recommends \
|
||||
&& useradd --home-dir ${DELUGE_HOME} --password "" deluge \
|
||||
&& mkdir ${DELUGE_SPOOL} \
|
||||
&& echo -e "${DELUGED}" | sed -e "s/\`/'/g" -e 's/ *$//' > /etc/init.d/deluged \
|
||||
|
||||
Reference in New Issue
Block a user