apt-get install libc-bin

This commit is contained in:
Thomas Quandalle
2022-06-18 18:38:45 +02:00
parent 3abb18c983
commit 2b2aec96e4

View File

@@ -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 '^/' | \