adds ping and dig
This commit is contained in:
parent
5f9fbf3326
commit
7f319e36b0
@ -47,7 +47,8 @@ spec:
|
|||||||
|
|
||||||
def dockerfile = """FROM linuxserver/deluge:amd64-latest
|
def dockerfile = """FROM linuxserver/deluge:amd64-latest
|
||||||
RUN apt-get update && \\
|
RUN apt-get update && \\
|
||||||
apt-get install -y openvpn && \\
|
apt-get install -y openvpn iputils-ping dns-utils && \\
|
||||||
|
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