Skip to content

Commit 84656d3

Browse files
authored
Updated CHANGELOG.md 📝
1 parent 9509222 commit 84656d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file.
66

77
##### Changed
88
- **Dockerfile**: Switched to using the official `python:3` base image instead of `debian:stable` for easier management of Python and `pip`.
9-
- **Dependencies**: Installed system dependencies (`tesseract-ocr`, `ghostscript`, `libjpeg-dev`, `zlib1g-dev`) for better compatibility with Pillow and Tesseract OCR.
9+
- **Dependencies**: Removed un-needed system dependencies.
1010
- **Optimized Image**: Removed `python3-pip` installation step as it's pre-installed in the official `python:3` image, reducing complexity.
1111
- **Improved Build**: Added a clean-up step to remove unnecessary apt cache to reduce image size.
1212
- **Python Dependencies**: Upgraded `pip` to the latest version and used `pip install --no-cache-dir` for installing Python packages to reduce the final image size.

0 commit comments

Comments
 (0)