Skip to content

Commit

Permalink
init pgrx
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuckHend committed Jun 5, 2024
1 parent a7fbf1f commit 6ada628
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions images/pglater-pg/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ RUN $HOME/.cargo/bin/rustup default stable
# install pgrx
ARG PGRX_VER=0.11.4
RUN $HOME/.cargo/bin/cargo install cargo-pgrx --version=$PGRX_VER --locked
RUN $HOME/.cargo/bin/cargo pgrx init --pg16 $(which pg_config)

# install pglater
COPY . .
Expand Down

0 comments on commit 6ada628

Please sign in to comment.