Skip to content

Commit 8a88231

Browse files
committed
Sort packages in rhel
1 parent e63b57c commit 8a88231

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/rhel/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ pkgs+=(git) # Required build tool.
1717
pkgs+=(gpg) # Dependency for tools requiring signing or encrypting/decrypting.
1818
pkgs+=(gnupg2) # Dependency for tools requiring signing or encrypting/decrypting.
1919
pkgs+=(jq) # JSON manipulation.
20+
pkgs+=(libatomic) # Required to use mold linker.
2021
pkgs+=(libstdc++-static) # Required to statically link libraries into rippled.
2122
pkgs+=(ninja-build) # Required build tool.
2223
pkgs+=(perl-FindBin) # Required to compile OpenSSL.
@@ -30,7 +31,6 @@ pkgs+=(rpm-build) # Required packaging tool.
3031
pkgs+=(rpmdevtools) # Required packaging tool.
3132
pkgs+=(vim) # Text editor.
3233
pkgs+=(wget) # Required build tool.
33-
pkgs+=(libatomic) # Required to use mold linker.
3434
dnf update -y
3535
dnf install -y --allowerasing --setopt=tsflags=nodocs "${pkgs[@]}"
3636
dnf clean -y all

0 commit comments

Comments
 (0)