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 818c776 commit c2feff1Copy full SHA for c2feff1
Dockerfile
@@ -158,16 +158,6 @@ RUN set -eux ; \
158
rm -rf /usr/src/postgresql ; \
159
postgres --version
160
161
-# Build PgAudit
162
-# See to https://github.com/pgaudit/pgaudit/blob/master/README.md#compile-and-install
163
-RUN set -eux ; \
164
- mkdir -p /usr/src/pgaudit ; \
165
- git clone -b main --single-branch https://github.com/pgaudit/pgaudit.git /usr/src/pgaudit ; \
166
- cd /usr/src/pgaudit ; \
167
- make install USE_PGXS=1 PG_CONFIG=/usr/lib/postgresql/$PG_MAJOR/bin/pg_config ; \
168
- cd / ; \
169
- rm -rf /usr/src/pgaudit
170
-
171
# Purge build dependencies
172
RUN set -xe ; \
173
apt-get purge -y --autoremove $(cat /build-deps.txt)
0 commit comments