Skip to content

Commit d76908f

Browse files
committed
fix: replace busybox traceroute with APK version
1 parent 85720c8 commit d76908f

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ RUN \
3737
smokeping==${SMOKEPING_VERSION} \
3838
ssmtp \
3939
sudo \
40+
traceroute \
4041
tcptraceroute && \
4142
echo "**** Build perl TacacsPlus module ****" && \
4243
cpanm Authen::TacacsPlus && \

Dockerfile.aarch64

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ RUN \
3737
smokeping==${SMOKEPING_VERSION} \
3838
ssmtp \
3939
sudo \
40+
traceroute \
4041
tcptraceroute && \
4142
echo "**** Build perl TacacsPlus module ****" && \
4243
cpanm Authen::TacacsPlus && \

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ init_diagram: |
8383
"smokeping:latest" <- Base Images
8484
# changelog
8585
changelogs:
86+
- {date: "17.12.25:", desc: "Replace busybox traceroute with fully-featured traceroute from APK."}
8687
- {date: "26.09.25:", desc: "Add IO::Socket::INET6 perl module to improve IPv6 abilities."}
8788
- {date: "05.06.25:", desc: "Update TCPPing to 2.7 to fix traceroute incompatibility."}
8889
- {date: "03.06.25:", desc: "Rebase to Alpine 3.22. Update TCPPing. Add curl probe."}

0 commit comments

Comments
 (0)