mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-04-18 12:03:00 +00:00
[PR #1696] [MERGED] [IMPROVEMENT] Refactor and optimize Dockerfile #2410
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/1696
Author: @AhmedYasserrr
Created: 4/27/2025
Status: ✅ Merged
Merged: 4/27/2025
Merged by: @cfsmp3
Base:
master← Head:refactor-dockerfile📝 Commits (4)
f3e61fc[FIX] Corrected bitness check for 64-bit systems49d3177Merge branch 'CCExtractor:master' into masterefdc7c7Improve Dockerfile: cleanup, parallel build, and remove redundanciese318886[DOCS] Update CHANGES.TXT for Dockerfile improvements📊 Changes
2 files changed (+11 additions, -12 deletions)
View changed files
📝
docker/dockerfile(+10 -12)📝
docs/CHANGES.TXT(+1 -0)📄 Description
In raising this pull request, I confirm the following (please check boxes):
My familiarity with the project is as follows (check one):
Changes:
cdcommands withWORKDIRinstructions to improve clarity and follow Docker best practices.make -j$(nproc), significantly reducing build time.CMDinstruction sinceENTRYPOINTalready defines the execution command.This PR improves Dockerfile structure, reduces build time, and eliminates unnecessary instructions for a cleaner and more maintainable setup.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.