File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed
circleci/images/exttester Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change @@ -153,27 +153,6 @@ curl -sf https://www.postgresql.org/media/keys/ACCC4CF8.asc | APT_KEY_DONT_WARN_
153153echo "deb https://apt.postgresql.org/pub/repos/apt bullseye-pgdg main" >> /etc/apt/sources.list.d/postgresql.list
154154echo "deb https://apt-archive.postgresql.org/pub/repos/apt bullseye-pgdg-archive main" >> /etc/apt/sources.list.d/postgresql.list
155155
156- apt-get update
157-
158- # infer the pgdgversion of postgres based on the $PG_VERSION
159- pgdg_version=$(apt list -a postgresql-server-dev-${PG_MAJOR} 2>/dev/null | grep "${PG_VERSION}" | awk '{print $2}' | head -n1 )
160-
161- apt-get install -y --no-install-recommends --allow-downgrades \
162- libdbi-perl \
163- libdbd-pg-perl \
164- libpq-dev=${pgdg_version} \
165- libpq5=${pgdg_version} \
166- postgresql-${PG_MAJOR}=${pgdg_version} \
167- postgresql-client-${PG_MAJOR}=${pgdg_version} \
168- postgresql-${PG_MAJOR}-dbgsym=${pgdg_version} \
169- postgresql-server-dev-${PG_MAJOR}=${pgdg_version} \
170- postgresql-${PG_MAJOR}-wal2json \
171-
172- # clear apt cache
173- rm -rf /var/lib/apt/lists/*
174- EOF
175-
176- RUN <<'EOF'
177156DEBIAN_FRONTEND=noninteractive apt purge -y \
178157 libpq5 \
179158
You can’t perform that action at this time.
0 commit comments