Skip to content

Commit c2feff1

Browse files
committed
Testing extensions
Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com>
1 parent 818c776 commit c2feff1

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

Dockerfile

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -158,16 +158,6 @@ RUN set -eux ; \
158158
rm -rf /usr/src/postgresql ; \
159159
postgres --version
160160

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-
171161
# Purge build dependencies
172162
RUN set -xe ; \
173163
apt-get purge -y --autoremove $(cat /build-deps.txt)

0 commit comments

Comments
 (0)