Update 'build-deluge.jenkins'

This commit is contained in:
Hyatt 2021-05-22 19:51:09 +00:00
parent 39911c48a2
commit 46d7e60fe7

View File

@ -85,6 +85,7 @@ fi
COPY connectivity_test.sh /root
RUN apt-get update && \\
apt-get upgrade -y && \\
apt-get install -y openvpn iputils-ping dnsutils && \\
apt-get clean && \\
rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*