From 864f60ea8e059887c586b806171961e2c129934b Mon Sep 17 00:00:00 2001 From: mohsentaba Date: Sun, 14 Jun 2026 09:43:43 +0330 Subject: [PATCH] prod --- Dockerfile.prod | 3 ++- requirements.txt | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Dockerfile.prod b/Dockerfile.prod index d20015b..1605f03 100644 --- a/Dockerfile.prod +++ b/Dockerfile.prod @@ -16,6 +16,7 @@ RUN apk update && apk add --no-cache \ curl \ postgresql-dev \ gcc \ + g++ \ python3-dev \ musl-dev \ jpeg-dev \ @@ -57,4 +58,4 @@ COPY . . # Set display port to avoid crash ENV DISPLAY=:99 # run entrypoint.sh -ENTRYPOINT ["/usr/src/app/entrypoint.sh"] \ No newline at end of file +ENTRYPOINT ["/usr/src/app/entrypoint.sh"] diff --git a/requirements.txt b/requirements.txt index a97f91c..2856f58 100644 --- a/requirements.txt +++ b/requirements.txt @@ -72,8 +72,8 @@ paypal==1.2.5 persisting-theory==1.0 phonenumbers==8.13.37 pillow==11.0.0 -numpy>=1.26 -scikit-image>=0.22 +numpy==1.26.4 +scikit-image==0.22.0 pyoxipng>=9.0 mozjpeg-lossless-optimization>=1.3 pillow-avif-plugin>=1.4