Skip to content

Commit

Permalink
Add useful postgres modules
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremi committed Feb 1, 2024
1 parent d446b35 commit 66c1ca8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,20 @@ RUN apk add --no-cache python3 \
RUN apk add --no-cache py3-netifaces
COPY autoconf-entrypoint /

RUN apk add --no-cache -t .build \
postgresql-dev postgresql-contrib \
curl-dev libcurl \
wget jq cmake build-base ca-certificates py3-pip pipx && \
pipx ensurepath && \
pipx install pgxnclient && \
export PATH=$PATH:/root/.local/bin && \
pgxn install pg_qualstats && \
pgxn install pg_stat_kcache && \
pgxn install pg_track_settings && \
pgxn install powa && \
pgxn install postgresql_anonymizer && \
apk del .build

# Metadata
ARG VCS_REF
ARG BUILD_DATE
Expand Down

0 comments on commit 66c1ca8

Please sign in to comment.