[PR #1652] [MERGED] Update dockerfile #2361

Closed
opened 2026-01-29 17:21:44 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/1652
Author: @Maus-313
Created: 1/7/2025
Status: Merged
Merged: 3/9/2025
Merged by: @cfsmp3

Base: masterHead: patch-1


📝 Commits (1)

📊 Changes

1 file changed (+3 additions, -3 deletions)

View changed files

📝 docker/dockerfile (+3 -3)

📄 Description

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


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/CCExtractor/ccextractor/pull/1652 **Author:** [@Maus-313](https://github.com/Maus-313) **Created:** 1/7/2025 **Status:** ✅ Merged **Merged:** 3/9/2025 **Merged by:** [@cfsmp3](https://github.com/cfsmp3) **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`94e2d4b`](https://github.com/CCExtractor/ccextractor/commit/94e2d4bc597477685450ebaff949f5c5161d219c) Update dockerfile ### 📊 Changes **1 file changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `docker/dockerfile` (+3 -3) </details> ### 📄 Description 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](https://github.com/user-attachments/assets/4eec7794-4f4e-4cdb-bd51-c424b6dcbaed) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 17:21:44 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#2361