mirror of
https://github.com/kerberos-io/agent.git
synced 2026-08-23 15:08:32 +00:00
ldd fails
This commit is contained in:
@@ -56,6 +56,7 @@ RUN cp -r /agent ./
|
||||
# This will collect dependent libraries so they're later copied to the final image
|
||||
|
||||
RUN /agent/main version
|
||||
RUN ldd /agent/main | tr -s '[:blank:]' '\n'
|
||||
RUN ldd /agent/main | tr -s '[:blank:]' '\n' | grep '^/' | \
|
||||
xargs -I % sh -c 'mkdir -p $(dirname ./%); cp % ./%;'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user