mirror of
https://github.com/qbittorrent/docker-qbittorrent-nox.git
synced 2024-11-23 09:19:47 +00:00
Sort ldd output
This commit is contained in:
parent
21b87e5d2c
commit
afa770fc2c
@ -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 \
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user