Skip to content

Commit c17001a

Browse files
authored
Merge pull request #208 from MattKobayashi/fix/install-traceroute
2 parents 85720c8 + 464fdf5 commit c17001a

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

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 APK version."}
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)