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.
1 parent 1e8385f commit 525e39fCopy full SHA for 525e39f
1 file changed
opencog/atomspace/Dockerfile
@@ -25,7 +25,8 @@ RUN apt-get -y update; apt-get -y upgrade; apt-get -y autoremove
25
# * Debug tools (gdb, xxd)
26
# * Webserver (apache2, php)
27
RUN apt-get -y install \
28
- net-tools iputils-ping telnet netcat-openbsd traceroute iptraf \
+ net-tools iputils-ping netcat-openbsd traceroute iptraf \
29
+ rlwrap telnet \
30
tmux byobu \
31
gdb time xxd \
32
apache2 php
0 commit comments