Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🧹 Optimize apt installation process in Dockerfile (#6153)
Merge multiple apt install commands into a single command to minimize redundant dependency resolution. Also, remove apt cache files after installation to reduce Docker image size. **How to test** Follow these steps to verify this PR works as intended: * Run `docker build` command like: `docker build -t hedy .`. **Checklist** - [x] Contains one of the PR categories in the name - [x] Describes changes in the format above - [ ] Links to an existing issue or discussion - [x] Has a "How to test" section
- Loading branch information