Update 'build-deluge.jenkins'

This commit is contained in:
Hyatt 2021-12-15 02:51:56 +00:00
parent e8d36a6d59
commit 2e463da16b

View File

@ -81,11 +81,10 @@ if [[ "\${?}" != "0" ]]; then
fi
"""
def dockerfile = """FROM ${repository}/dockerhub/linuxserver/deluge:amd64-version-2.0.3-2201906121747ubuntu18.04.1
def dockerfile = """FROM ${repository}/dockerhub/linuxserver/deluge:amd64-latest
COPY connectivity_test.sh /root
RUN apt-get update && \\
echo apt-get upgrade -y && \\
apt-get install -y openvpn iputils-ping dnsutils && \\
apt-get clean && \\
rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*