Skip to content

Commit 9893141

Browse files
authored
Merge pull request #325 from supermaurio/master
Location of libz.so.1 changed
2 parents b7eb711 + 612cd6d commit 9893141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Dockerfile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ FROM scratch
2222

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

2828
# Drop root privileges.

0 commit comments

Comments
 (0)