File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -35,12 +35,9 @@ RUN echo "$argBasedPassword"
3535
3636RUN apk add --no-cache libstdc++ icu-libs gcompat # gcompat provides glibc ELF interpreter compat for glibc-linked Swift binaries
3737
38- # Copy Swift runtime libraries needed by the wrongsecrets-swift binary
38+ # Copy Swift runtime libraries needed by the wrongsecrets-swift binary (all of /usr/lib/swift/linux/ to include transitive deps)
3939RUN mkdir -p /usr/lib/swift/linux
40- COPY --from=swift-runtime /usr/lib/swift/linux/libswiftCore.so /usr/lib/swift/linux/
41- COPY --from=swift-runtime /usr/lib/swift/linux/libswift_Concurrency.so /usr/lib/swift/linux/
42- COPY --from=swift-runtime /usr/lib/swift/linux/libswift_StringProcessing.so /usr/lib/swift/linux/
43- COPY --from=swift-runtime /usr/lib/swift/linux/libswift_RegexParser.so /usr/lib/swift/linux/
40+ COPY --from=swift-runtime /usr/lib/swift/linux/ /usr/lib/swift/linux/
4441
4542# Create the /var/run/secrets2 directory
4643RUN mkdir -p /var/run/secrets2
You can’t perform that action at this time.
0 commit comments