Skip to content

Commit

Permalink
Merge pull request #6 from jonathadv/adds-tshark
Browse files Browse the repository at this point in the history
Adds tshark
  • Loading branch information
jonathadv authored Aug 2, 2019
2 parents 89ab896 + 9bf7547 commit 5d0e762
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ RUN apk add --no-cache \
python \
sysstat \
tcpdump \
tshark \
vim

COPY --from=builder /build/htop-master/dist/bin/htop /usr/local/bin/
COPY --from=builder /build/htop-master/dist/bin/htop /usr/local/bin/
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ This project focus on providing system administration and troubleshooting tools
* **python 2** - An interpreted, interactive, object-oriented programming language.
* **sysstat** - System performance tools for the Linux operating system.
* **tcpdump** - Dump traffic on a network.
* **tshark** - network protoccol analyzer - console version.
* **vim** - Vi IMproved, a programmers text editor.

## Running the container
Expand Down

0 comments on commit 5d0e762

Please sign in to comment.