We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d87eee6 commit c62a49dCopy full SHA for c62a49d
Probe/Dockerfile.tpl
@@ -46,8 +46,8 @@ RUN apt-get install -y libnss3 libnspr4 libatk1.0-0 libatk-bridge2.0-0 libcups2
46
#Use bash shell by default
47
SHELL ["/bin/bash", "-c"]
48
49
-# Install iputils
50
-RUN apt-get install net-tools -y
+# Install iputils and dnsutils (for dig, used in DNSSEC validation)
+RUN apt-get install net-tools dnsutils -y
51
52
RUN mkdir -p /usr/src
53
0 commit comments