Skip to content

Commit

Permalink
Merge pull request #325 from supermaurio/master
Browse files Browse the repository at this point in the history
Location of libz.so.1 changed
  • Loading branch information
rbsec authored Jan 18, 2025
2 parents b7eb711 + 612cd6d commit 9893141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ FROM scratch

# Copy over the sslscan executable from the intermediate build container, along with the dynamic libraries it is dependent upon (see output of ldd, above).
COPY --from=builder /builddir/sslscan /sslscan
COPY --from=builder /lib/libz.so.1 /lib/libz.so.1
COPY --from=builder /usr/lib/libz.so.1 /lib/libz.so.1
COPY --from=builder /lib/ld-musl-*.so.1 /lib/

# Drop root privileges.
Expand Down

0 comments on commit 9893141

Please sign in to comment.