Skip to content

Commit e78bbc8

Browse files
committed
Anoteher missing tool
1 parent afb59ac commit e78bbc8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

opencog/atomspace/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ ENV LAST_APT_UPDATE=2025-08-08
3434
RUN apt-get -y update; apt-get -y upgrade; apt-get -y autoremove
3535

3636
# Basic tools that allow this image to be minimally usable.
37+
# * general utils (zstd)
3738
# * Networking tools (ping, ifconfig, telnet, netcat, socat)
3839
# * Terminal sharing tools (tmux, byobu)
3940
# * Debug tools (gdb, strace, xxd, jq)
@@ -46,6 +47,7 @@ RUN apt-get -y --ignore-missing install \
4647
lsof \
4748
net-tools iputils-ping netcat-openbsd traceroute iptraf \
4849
rlwrap telnet socat \
50+
zstd \
4951
tmux byobu \
5052
gdb strace time xxd jq \
5153
apache2 php \

0 commit comments

Comments
 (0)