Skip to content

Commit

Permalink
update lib
Browse files Browse the repository at this point in the history
  • Loading branch information
takara9 committed Nov 20, 2024
1 parent fb8971b commit 724811b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile.daemon
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@ ENV HOME=/home/necoperf
COPY --from=flatcar /bin/ /bin/
COPY --from=flatcar /sbin/setcap /sbin/setcap
COPY --from=flatcar /lib64 /lib64
COPY --from=flatcar /usr/lib64/libreadline.so.8 /lib64/libreadline.so.8
#COPY --from=flatcar /usr/lib64/libreadline.so.8 /lib64/libreadline.so.8
COPY --from=flatcar /usr/lib64 /usr/lib64
COPY --from=flatcar /usr/bin/perf /usr/bin/sleep /usr/bin/


# install perf dependency
COPY --from=flatcar /libs.tar /libs.tar
RUN mkdir -p /usr/lib64 \
Expand Down

0 comments on commit 724811b

Please # to comment.