Skip to content

Commit

Permalink
[PMM-12869]: Adds comments to explain purpose of lines below
Browse files Browse the repository at this point in the history
  • Loading branch information
maqeel75 committed Jun 13, 2024
1 parent 7e5b7c1 commit cd767f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/docker/client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ COPY --from=users --chown=0:0 /usr/bin/curl /usr/bin/

COPY --from=users --chown=0:0 /usr/lib64/libjq.so.1.0.4 /lib64/libjq.so.1
COPY --from=users --chown=0:0 /usr/lib64/libonig.so.5.1.0 /lib64/libonig.so.5

# Dependencies of curl
COPY --from=users --chown=0:0 /usr/lib64/libkeyutils.so* /lib64/
COPY --from=users --chown=0:0 /usr/lib64/libz.so* /lib64/
COPY --from=users --chown=0:0 /usr/lib64/libkrb5support.so* /lib64/
Expand Down

0 comments on commit cd767f1

Please sign in to comment.