- 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:
2025-05-28 20:09:10 +02:00
parent c353ecec79
commit 9b60671ac8
5 changed files with 27 additions and 5 deletions

View File

@@ -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 \