Update 'build-deluge.jenkins'
This commit is contained in:
parent
e8d36a6d59
commit
2e463da16b
@ -81,11 +81,10 @@ if [[ "\${?}" != "0" ]]; then
|
|||||||
fi
|
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
|
COPY connectivity_test.sh /root
|
||||||
|
|
||||||
RUN apt-get update && \\
|
RUN apt-get update && \\
|
||||||
echo apt-get upgrade -y && \\
|
|
||||||
apt-get install -y openvpn iputils-ping dnsutils && \\
|
apt-get install -y openvpn iputils-ping dnsutils && \\
|
||||||
apt-get clean && \\
|
apt-get clean && \\
|
||||||
rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*
|
rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*
|
||||||
|
Reference in New Issue
Block a user