We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d446b35 commit 66c1ca8Copy full SHA for 66c1ca8
Dockerfile
@@ -22,6 +22,20 @@ RUN apk add --no-cache python3 \
22
RUN apk add --no-cache py3-netifaces
23
COPY autoconf-entrypoint /
24
25
+RUN apk add --no-cache -t .build \
26
+ postgresql-dev postgresql-contrib \
27
+ curl-dev libcurl \
28
+ wget jq cmake build-base ca-certificates py3-pip pipx && \
29
+ pipx ensurepath && \
30
+ pipx install pgxnclient && \
31
+ export PATH=$PATH:/root/.local/bin && \
32
+ pgxn install pg_qualstats && \
33
+ pgxn install pg_stat_kcache && \
34
+ pgxn install pg_track_settings && \
35
+ pgxn install powa && \
36
+ pgxn install postgresql_anonymizer && \
37
+ apk del .build
38
+
39
# Metadata
40
ARG VCS_REF
41
ARG BUILD_DATE
0 commit comments