Skip to content

Commit afb59ac

Browse files
committed
install strace too
1 parent a17bb10 commit afb59ac

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
@@ -36,7 +36,7 @@ RUN apt-get -y update; apt-get -y upgrade; apt-get -y autoremove
3636
# Basic tools that allow this image to be minimally usable.
3737
# * Networking tools (ping, ifconfig, telnet, netcat, socat)
3838
# * Terminal sharing tools (tmux, byobu)
39-
# * Debug tools (gdb, xxd, jq)
39+
# * Debug tools (gdb, strace, xxd, jq)
4040
# * Webserver (apache2, php)
4141
#
4242
# Oddly, the xxd package is sometimes missing; use --ignore-missing.
@@ -47,7 +47,7 @@ RUN apt-get -y --ignore-missing install \
4747
net-tools iputils-ping netcat-openbsd traceroute iptraf \
4848
rlwrap telnet socat \
4949
tmux byobu \
50-
gdb time xxd jq \
50+
gdb strace time xxd jq \
5151
apache2 php \
5252
|| true
5353

0 commit comments

Comments
 (0)