Skip to content

Commit

Permalink
Install cargo so pydantic can compile on some platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
jgpruitt authored and svenklemm committed Jun 12, 2024
1 parent 0f816f2 commit 0408c3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ RUN set -ex; \
apk update; \
apk add --no-cache --virtual .pgai-deps \
git \
cargo \
py3-pip; \
git clone --branch ${PGAI_VERSION} https://github.com/timescale/pgai.git /build/pgai; \
cp /build/pgai/ai--*.sql /usr/local/share/postgresql/extension/; \
Expand Down

0 comments on commit 0408c3c

Please sign in to comment.