corrects dunutils packa ge name

This commit is contained in:
Hyatt 2020-08-30 13:46:33 +00:00
parent 7f319e36b0
commit 2d24dbee08
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -47,7 +47,7 @@ spec:
def dockerfile = """FROM linuxserver/deluge:amd64-latest
RUN apt-get update && \\
apt-get install -y openvpn iputils-ping dns-utils && \\
apt-get install -y openvpn iputils-ping dnsutils && \\
apt-get clean && \\
rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*
"""