Skip to content

Commit a267b1e

Browse files
committed
Add network tools
1 parent 6c3e28a commit a267b1e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

opencog/atomspace/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ RUN apt-get -y update; apt-get -y upgrade; apt-get -y autoremove
2222
# Basic tools that allow this image to be minimally usable.
2323
# * Networking tools (ping, ifconfig, telnet, netcat)
2424
# * Terminal sharing tools (tmux, byobu)
25-
# * Debug tools (gdb)
25+
# * Debug tools (gdb, xxd)
2626
# * Webserver (apache2, php)
2727
RUN apt-get -y install \
2828
net-tools iputils-ping telnet netcat-openbsd traceroute iptraf \
2929
tmux byobu \
30-
gdb time \
30+
gdb time xxd \
3131
apache2 php
3232

3333
# Install cogutil

0 commit comments

Comments
 (0)