Skip to content

Commit 20b69a9

Browse files
committed
try
1 parent 6bda562 commit 20b69a9

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

circleci/images/exttester/Dockerfile

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -153,27 +153,6 @@ curl -sf https://www.postgresql.org/media/keys/ACCC4CF8.asc | APT_KEY_DONT_WARN_
153153
echo "deb https://apt.postgresql.org/pub/repos/apt bullseye-pgdg main" >> /etc/apt/sources.list.d/postgresql.list
154154
echo "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'
177156
DEBIAN_FRONTEND=noninteractive apt purge -y \
178157
libpq5 \
179158

0 commit comments

Comments
 (0)