Skip to content

Conversation

@Maus-313
Copy link
Contributor

@Maus-313 Maus-313 commented Jan 7, 2025

added /usr for three libs

before fixing this error ->
docker output:=>

ERROR [final 14/20] COPY --from=builder /lib/libz.so.1 /lib/                                    0.0s 
 => ERROR [final 15/20] COPY --from=builder /lib/libssl.so.3 /lib/                                  0.0s 
 => ERROR [final 16/20] COPY --from=builder /lib/libcrypto.so.3 /lib/                               0.0s 
------
 > [final 14/20] COPY --from=builder /lib/libz.so.1 /lib/:
------
------
 > [final 15/20] COPY --from=builder /lib/libssl.so.3 /lib/:
------
------
 > [final 16/20] COPY --from=builder /lib/libcrypto.so.3 /lib/:

which means the library is missing at the location we defined. So I get the official latest alpine image from the docker hub to find this file. Using the docker desktop I check the "Files" of this container. I found that these three files' positions have been changed from "/lib" to "/usr/lib".
image

added /usr for three libs
@cfsmp3
Copy link
Contributor

cfsmp3 commented Jan 7, 2025

Can you add to the description how this was tested? (copy-paste output of docker build for example).

@Maus-313
Copy link
Contributor Author

Maus-313 commented Jan 8, 2025

Sir, I have revised the description. Is it now sufficiently informative?

Copy link
Member

@prateekmedia prateekmedia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks.

@prateekmedia prateekmedia requested a review from cfsmp3 March 8, 2025 18:34
@cfsmp3 cfsmp3 merged commit fc01fa0 into CCExtractor:master Mar 9, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants