Skip to content

Commit 525e39f

Browse files
committed
install rlwrap; octool no longer install it
1 parent 1e8385f commit 525e39f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

opencog/atomspace/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ RUN apt-get -y update; apt-get -y upgrade; apt-get -y autoremove
2525
# * Debug tools (gdb, xxd)
2626
# * Webserver (apache2, php)
2727
RUN apt-get -y install \
28-
net-tools iputils-ping telnet netcat-openbsd traceroute iptraf \
28+
net-tools iputils-ping netcat-openbsd traceroute iptraf \
29+
rlwrap telnet \
2930
tmux byobu \
3031
gdb time xxd \
3132
apache2 php

0 commit comments

Comments
 (0)