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