We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c3e28a commit a267b1eCopy full SHA for a267b1e
1 file changed
opencog/atomspace/Dockerfile
@@ -22,12 +22,12 @@ RUN apt-get -y update; apt-get -y upgrade; apt-get -y autoremove
22
# Basic tools that allow this image to be minimally usable.
23
# * Networking tools (ping, ifconfig, telnet, netcat)
24
# * Terminal sharing tools (tmux, byobu)
25
-# * Debug tools (gdb)
+# * Debug tools (gdb, xxd)
26
# * Webserver (apache2, php)
27
RUN apt-get -y install \
28
net-tools iputils-ping telnet netcat-openbsd traceroute iptraf \
29
tmux byobu \
30
- gdb time \
+ gdb time xxd \
31
apache2 php
32
33
# Install cogutil
0 commit comments