mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-07-08 18:06:30 +00:00
[PR #1652] [MERGED] Update dockerfile #2361
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:patch-1📝 Commits (1)
94e2d4bUpdate dockerfile📊 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:=>
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".

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