Sort ldd output

This commit is contained in:
Chocobo1 2023-01-17 02:45:42 +08:00
parent 21b87e5d2c
commit afa770fc2c
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C
2 changed files with 2 additions and 2 deletions

View File

@ -87,7 +87,7 @@ RUN \
cmake --install build
RUN \
ldd /usr/bin/qbittorrent-nox
ldd /usr/bin/qbittorrent-nox | sort -f
# record compile-time Software Bill of Materials (sbom)
RUN \

View File

@ -87,7 +87,7 @@ RUN \
cmake --install build
RUN \
ldd /usr/bin/qbittorrent-nox
ldd /usr/bin/qbittorrent-nox | sort -f
# record compile-time Software Bill of Materials (sbom)
RUN \