Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docker/debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ pkgs+=(gpg-agent) # Dependency for tools requiring signing or encrypting/d
pkgs+=(jq) # JSON manipulation.
pkgs+=(libatomic1) # Required by mold linker.
pkgs+=(libc6-dev) # Required build tool.
pkgs+=(net-tools) # Dependency for debugging network issues.
pkgs+=(ninja-build) # Required build tool.
pkgs+=(python3-venv) # Python environment management tool.
pkgs+=(python3-pip) # Package manager for Python applications.
Expand Down
1 change: 1 addition & 0 deletions docker/rhel/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ pkgs+=(gnupg2) # Dependency for tools requiring signing or encrypting
pkgs+=(jq) # JSON manipulation.
pkgs+=(libatomic) # Required by mold linker.
pkgs+=(libstdc++-static) # Required to statically link libraries into rippled.
pkgs+=(net-tools) # Dependency for debugging network issues.
pkgs+=(ninja-build) # Required build tool.
pkgs+=(perl-Digest-SHA) # Required to compile dependencies.
pkgs+=(perl-IPC-Cmd) # Required to compile dependencies.
Expand Down
1 change: 1 addition & 0 deletions docker/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ pkgs+=(gpg-agent) # Dependency for tools requiring signing or encrypting/d
pkgs+=(jq) # JSON manipulation.
pkgs+=(libatomic1) # Required by mold linker.
pkgs+=(libc6-dev) # Required build tool.
pkgs+=(net-tools) # Dependency for debugging network issues.
pkgs+=(ninja-build) # Required build tool.
pkgs+=(python3-venv) # Python environment management tool.
pkgs+=(python3-pip) # Package manager for Python applications.
Expand Down