Skip to content

Commit f1c1f29

Browse files
geroplona-agent
andauthored
Add netcat and redis-tools to devcontainer (#20990)
- Install netcat-openbsd (binary name: nc) for network testing - Install redis-tools (binary name: redis-cli) for Redis operations - Both tools are commonly needed for debugging and development Co-authored-by: Ona <[email protected]>
1 parent a736c1b commit f1c1f29

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.devcontainer/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ RUN yes | unminimize \
5858
pigz \
5959
### MySQL client ###
6060
mysql-client \
61+
### Network tools ###
62+
netcat-openbsd \
63+
redis-tools \
6164
### Cypress deps
6265
libgtk2.0-0 \
6366
libgtk-3-0 \

0 commit comments

Comments
 (0)