Skip to content

Commit c3d61b0

Browse files
committed
Add Jinja2
1 parent c3f72d4 commit c3d61b0

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

docker/debian/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ pkgs+=(jq) # Pretty printing.
4747
pkgs+=(libc6-dev) # Required build tool.
4848
pkgs+=(ninja-build) # Required build tool.
4949
pkgs+=(pipx) # Package manager for Python applications.
50+
pkgs+=(python3-jinja2) # Required build tool.
5051
pkgs+=(wget) # Required build tool.
5152
apt-get update
5253
apt-get install -y --no-install-recommends "${pkgs[@]}"

docker/rhel/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ pkgs+=(jq) # Pretty printing.
2222
pkgs+=(libstdc++-static) # Required to statically link libraries into rippled.
2323
pkgs+=(ninja-build) # Required build tool.
2424
pkgs+=(perl-FindBin) # Required to compile OpenSSL.
25+
pkgs+=(python3-jinja2) # Required build tool.
2526
pkgs+=(python3-pip) # Package manager for Python applications.
2627
pkgs+=(rpm-build) # Required packaging tool.
2728
pkgs+=(rpmdevtools) # Required packaging tool.

docker/ubuntu/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ pkgs+=(jq) # Pretty printing.
3636
pkgs+=(libc6-dev) # Required build tool.
3737
pkgs+=(ninja-build) # Required build tool.
3838
pkgs+=(pipx) # Package manager for Python applications.
39+
pkgs+=(python3-jinja2) # Required build tool.
3940
pkgs+=(wget) # Required build tool.
4041
apt-get update
4142
apt-get install -y --no-install-recommends "${pkgs[@]}"

0 commit comments

Comments
 (0)