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 @@ -47,6 +47,7 @@ pkgs+=(jq) # Pretty printing.
4747pkgs+=(libc6-dev) # Required build tool.
4848pkgs+=(ninja-build) # Required build tool.
4949pkgs+=(pipx) # Package manager for Python applications.
50+ pkgs+=(python3-jinja2) # Required build tool.
5051pkgs+=(wget) # Required build tool.
5152apt-get update
5253apt-get install -y --no-install-recommends "${pkgs[@]}"
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ pkgs+=(jq) # Pretty printing.
2222pkgs+=(libstdc++-static) # Required to statically link libraries into rippled.
2323pkgs+=(ninja-build) # Required build tool.
2424pkgs+=(perl-FindBin) # Required to compile OpenSSL.
25+ pkgs+=(python3-jinja2) # Required build tool.
2526pkgs+=(python3-pip) # Package manager for Python applications.
2627pkgs+=(rpm-build) # Required packaging tool.
2728pkgs+=(rpmdevtools) # Required packaging tool.
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ pkgs+=(jq) # Pretty printing.
3636pkgs+=(libc6-dev) # Required build tool.
3737pkgs+=(ninja-build) # Required build tool.
3838pkgs+=(pipx) # Package manager for Python applications.
39+ pkgs+=(python3-jinja2) # Required build tool.
3940pkgs+=(wget) # Required build tool.
4041apt-get update
4142apt-get install -y --no-install-recommends "${pkgs[@]}"
You can’t perform that action at this time.
0 commit comments