File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ pkgs+=(gpg-agent) # Dependency for tools requiring signing or encrypting/d
5050pkgs+=(jq) # JSON manipulation.
5151pkgs+=(libatomic1) # Required by mold linker.
5252pkgs+=(libc6-dev) # Required build tool.
53+ pkgs+=(net-tools) # Dependency for debugging network issues.
5354pkgs+=(ninja-build) # Required build tool.
5455pkgs+=(python3-venv) # Python environment management tool.
5556pkgs+=(python3-pip) # Package manager for Python applications.
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ pkgs+=(gnupg2) # Dependency for tools requiring signing or encrypting
2626pkgs+=(jq) # JSON manipulation.
2727pkgs+=(libatomic) # Required by mold linker.
2828pkgs+=(libstdc++-static) # Required to statically link libraries into rippled.
29+ pkgs+=(net-tools) # Dependency for debugging network issues.
2930pkgs+=(ninja-build) # Required build tool.
3031pkgs+=(perl-Digest-SHA) # Required to compile dependencies.
3132pkgs+=(perl-IPC-Cmd) # Required to compile dependencies.
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ pkgs+=(gpg-agent) # Dependency for tools requiring signing or encrypting/d
3636pkgs+=(jq) # JSON manipulation.
3737pkgs+=(libatomic1) # Required by mold linker.
3838pkgs+=(libc6-dev) # Required build tool.
39+ pkgs+=(net-tools) # Dependency for debugging network issues.
3940pkgs+=(ninja-build) # Required build tool.
4041pkgs+=(python3-venv) # Python environment management tool.
4142pkgs+=(python3-pip) # Package manager for Python applications.
You can’t perform that action at this time.
0 commit comments