Skip to content

Commit c62a49d

Browse files
committed
fix: combine iputils and dnsutils installation in Dockerfile
1 parent d87eee6 commit c62a49d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Probe/Dockerfile.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ RUN apt-get install -y libnss3 libnspr4 libatk1.0-0 libatk-bridge2.0-0 libcups2
4646
#Use bash shell by default
4747
SHELL ["/bin/bash", "-c"]
4848

49-
# Install iputils
50-
RUN apt-get install net-tools -y
49+
# Install iputils and dnsutils (for dig, used in DNSSEC validation)
50+
RUN apt-get install net-tools dnsutils -y
5151

5252
RUN mkdir -p /usr/src
5353

0 commit comments

Comments
 (0)