Skip to content

Commit b4f6446

Browse files
committed
chore: cleanup dockerfile
Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com>
1 parent c620769 commit b4f6446

1 file changed

Lines changed: 0 additions & 23 deletions

File tree

Dockerfile

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -116,29 +116,6 @@ USER 26
116116
FROM minimal AS standard
117117
USER root
118118

119-
# Build PgAudit
120-
# See to https://github.com/pgaudit/pgaudit/blob/master/README.md#compile-and-install
121-
# TODO: uncomment when https://github.com/pgaudit/pgaudit/issues/257 is fixed
122-
#RUN apt-get update && \
123-
# apt-get install -y --no-install-recommends \
124-
# build-essential \
125-
# git \
126-
# libssl-dev \
127-
# libkrb5-dev \
128-
# && \
129-
# mkdir -p /usr/src/pgaudit && \
130-
# git clone -b main --single-branch https://github.com/pgaudit/pgaudit.git /usr/src/pgaudit && \
131-
# cd /usr/src/pgaudit && \
132-
# make install USE_PGXS=1 PG_CONFIG=/usr/lib/postgresql/$PG_MAJOR/bin/pg_config && \
133-
# apt-get purge -y --auto-remove \
134-
# build-essential \
135-
# git \
136-
# libssl-dev \
137-
# libkrb5-dev \
138-
# && \
139-
# apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false && \
140-
# rm -rf /var/lib/apt/lists/* /var/cache/* /var/log/* /usr/src/pgaudit
141-
142119
# Install all locales
143120
RUN apt-get update && \
144121
apt-get install -y --no-install-recommends locales-all && \

0 commit comments

Comments
 (0)