Skip to content

Commit f9a42f8

Browse files
committed
testing: Install traceroute utility in base image
It seems this was previously installed automatically.
1 parent 99f6457 commit f9a42f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/scripts/build-baseimage

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ INC=$INC,gnat,gprbuild,acpid,acpi-support-base,libldns-dev,libunbound-dev
2121
INC=$INC,dnsutils,libsoup2.4-dev,ca-certificates,unzip,libsystemd-dev
2222
INC=$INC,python,python-setuptools,python-dev,python-pip,apt-transport-https
2323
INC=$INC,libjson-c-dev,libxslt1-dev,libapache2-mod-wsgi,iptables-dev
24-
INC=$INC,libxerces-c-dev,libgcrypt20-dev
24+
INC=$INC,libxerces-c-dev,libgcrypt20-dev,traceroute
2525
case "$BASEIMGSUITE" in
2626
jessie)
2727
INC=$INC,libahven4-dev,libxmlada5-dev,libgmpada5-dev

0 commit comments

Comments
 (0)