Skip to content

Commit 72a40ff

Browse files
committed
Merge branch 'develop' of https://github.com/ITZEEP/AI into develop
2 parents 0786f6a + 9657216 commit 72a40ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FROM python:3.12-slim AS base
55
WORKDIR /app
66

77
# Install system dependencies for OpenCV and PDF processing
8-
RUN apt-get update && apt-get install -y \
8+
RUN apt-get update && apt-get install -y --no-install-recommends \
99
# Build essentials
1010
gcc \
1111
g++ \

0 commit comments

Comments
 (0)