Skip to content

Commit 5d0e762

Browse files
authored
Merge pull request #6 from jonathadv/adds-tshark
Adds tshark
2 parents 89ab896 + 9bf7547 commit 5d0e762

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ RUN apk add --no-cache \
3434
python \
3535
sysstat \
3636
tcpdump \
37+
tshark \
3738
vim
3839

39-
COPY --from=builder /build/htop-master/dist/bin/htop /usr/local/bin/
40+
COPY --from=builder /build/htop-master/dist/bin/htop /usr/local/bin/

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ This project focus on providing system administration and troubleshooting tools
2121
* **python 2** - An interpreted, interactive, object-oriented programming language.
2222
* **sysstat** - System performance tools for the Linux operating system.
2323
* **tcpdump** - Dump traffic on a network.
24+
* **tshark** - network protoccol analyzer - console version.
2425
* **vim** - Vi IMproved, a programmers text editor.
2526

2627
## Running the container

0 commit comments

Comments
 (0)