Skip to content

Commit a17bb10

Browse files
committed
Install socat as a networking tool
1 parent a7f17b6 commit a17bb10

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
@@ -34,7 +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-
# * Networking tools (ping, ifconfig, telnet, netcat)
37+
# * Networking tools (ping, ifconfig, telnet, netcat, socat)
3838
# * Terminal sharing tools (tmux, byobu)
3939
# * Debug tools (gdb, xxd, jq)
4040
# * Webserver (apache2, php)
@@ -45,7 +45,7 @@ RUN apt-get -y update; apt-get -y upgrade; apt-get -y autoremove
4545
RUN apt-get -y --ignore-missing install \
4646
lsof \
4747
net-tools iputils-ping netcat-openbsd traceroute iptraf \
48-
rlwrap telnet \
48+
rlwrap telnet socat \
4949
tmux byobu \
5050
gdb time xxd jq \
5151
apache2 php \

0 commit comments

Comments
 (0)