Skip to content

Commit e0e25c1

Browse files
committed
Add gpg-agent package, required by coverage job
1 parent 5f7a07d commit e0e25c1

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

docker/debian/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ pkgs+=(dpkg-dev) # Required packaging tool.
4343
pkgs+=(file) # Required packaging tool.
4444
pkgs+=(git) # Required build tool.
4545
pkgs+=(gpg) # Dependency for tools requiring signing or encrypting/decrypting.
46+
pkgs+=(gpg-agent) # Dependency for tools requiring signing or encrypting/decrypting.
4647
pkgs+=(jq) # Pretty printing.
4748
pkgs+=(libc6-dev) # Required build tool.
4849
pkgs+=(ninja-build) # Required build tool.

docker/rhel/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ pkgs+=(cmake) # Required build tool.
1818
pkgs+=(file) # Required packaging tool.
1919
pkgs+=(git) # Required build tool.
2020
pkgs+=(gpg) # Dependency for tools requiring signing or encrypting/decrypting.
21+
pkgs+=(gpg-agent) # Dependency for tools requiring signing or encrypting/decrypting.
2122
pkgs+=(jq) # Pretty printing.
2223
pkgs+=(libstdc++-static) # Required to statically link libraries into rippled.
2324
pkgs+=(ninja-build) # Required build tool.

docker/tools-rippled/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ pkgs+=(ca-certificates) # Enable TLS verification for HTTPS connections by provi
2828
pkgs+=(curl) # Dependency for tools requiring downloading data.
2929
pkgs+=(git) # Required build tool.
3030
pkgs+=(gpg) # Dependency for tools requiring signing or encrypting/decrypting.
31+
pkgs+=(gpg-agent) # Dependency for tools requiring signing or encrypting/decrypting.
3132
pkgs+=(jq) # Pretty printing.
3233
pkgs+=(pipx) # Package manager for Python applications.
3334
pkgs+=(wget) # Required build tool.

docker/ubuntu/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ pkgs+=(dpkg-dev) # Required packaging tool.
3232
pkgs+=(file) # Required packaging tool.
3333
pkgs+=(git) # Required build tool.
3434
pkgs+=(gpg) # Dependency for tools requiring signing or encrypting/decrypting.
35+
pkgs+=(gpg-agent) # Dependency for tools requiring signing or encrypting/decrypting.
3536
pkgs+=(jq) # Pretty printing.
3637
pkgs+=(libc6-dev) # Required build tool.
3738
pkgs+=(ninja-build) # Required build tool.

0 commit comments

Comments
 (0)