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