Skip to content

Commit

Permalink
Include python3-dev for building dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jgpruitt committed Jun 12, 2024
1 parent 0408c3c commit 2bc20ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ RUN set -ex; \
apk update; \
apk add --no-cache --virtual .pgai-deps \
git \
build-base \
cargo \
python3-dev \
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 2bc20ca

Please sign in to comment.