mirror of
https://github.com/kerberos-io/agent.git
synced 2026-08-23 15:08:32 +00:00
apt-get install libc-bin
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 apt-get install libc-bin -y
|
||||
RUN /agent/main version
|
||||
RUN ldd /agent/main | tr -s '[:blank:]' '\n'
|
||||
RUN ldd /agent/main | tr -s '[:blank:]' '\n' | grep '^/' | \
|
||||
|
||||
Reference in New Issue
Block a user