Skip to content

Commit

Permalink
Ceil pydantic<2
Browse files Browse the repository at this point in the history
  • Loading branch information
slesaad committed Jul 24, 2024
1 parent 84c8273 commit 76a8132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stac_api/runtime/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ WORKDIR /tmp
COPY stac_api/runtime /tmp/stac
COPY common/auth /tmp/stac/common/auth
RUN pip install /tmp/stac/common/auth -t /asset
RUN pip install "mangum>=0.14,<0.15" "plpygis>=0.2.1" /tmp/stac -t /asset --no-binary pydantic
RUN pip install "mangum>=0.14,<0.15" "plpygis>=0.2.1" /tmp/stac "pydantic<2" -t /asset --no-binary pydantic
RUN rm -rf /tmp/stac

# Reduce package size and remove useless files
Expand Down

0 comments on commit 76a8132

Please sign in to comment.