Skip to content

Commit cf805f8

Browse files
committed
Adds bind-tools, iptraf-ng and nano
1 parent 51aaf2f commit cf805f8

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@ MAINTAINER Jonatha Daguerre <[email protected]>
44

55
RUN apk add --no-cache \
66
bash \
7+
bind-tools \
78
curl \
89
htop \
10+
iptraf-ng \
911
jq \
12+
nano \
1013
netcat-openbsd \
1114
net-tools \
1215
openssh-client \

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,12 @@ This project focus on providing system administration and troubleshooting tools
88
## Tools
99

1010
* **bash** - GNU Bourne-Again SHell.
11+
* **bind-tools** - The ISC DNS tools (dig, nslookup, host).
1112
* **curl** - Tool to transfer data from or to a server.
1213
* **htop** - A ncurses-based process viewer for Linux.
14+
* **iptraf-ng** - An IP Network Monitoring tool.
1315
* **jq** - Commandline JSON processor.
16+
* **nano** - Text Editor. GNU nano is designed to be a free replacement for the Pico text editor.
1417
* **netcat** - Utility which reads and writes data across network connections using TCP or UDP protocol.
1518
* **net-tools** - Includes network tools such as arp, ifconfig, netstat, rarp, nameif and route.
1619
* **openssh-client** - OpenSSH SSH client.

0 commit comments

Comments
 (0)