We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 89ab896 + 9bf7547 commit 5d0e762Copy full SHA for 5d0e762
Dockerfile
@@ -34,6 +34,7 @@ RUN apk add --no-cache \
34
python \
35
sysstat \
36
tcpdump \
37
+ tshark \
38
vim
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
@@ -21,6 +21,7 @@ This project focus on providing system administration and troubleshooting tools
21
* **python 2** - An interpreted, interactive, object-oriented programming language.
22
* **sysstat** - System performance tools for the Linux operating system.
23
* **tcpdump** - Dump traffic on a network.
24
+* **tshark** - network protoccol analyzer - console version.
25
* **vim** - Vi IMproved, a programmers text editor.
26
27
## Running the container
0 commit comments