Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
onurctirtir committed Jan 3, 2025
1 parent 278c385 commit 8c38fe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circleci/images/exttester/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM buildpack-deps:bullseye AS bullseye-no-libpq
RUN <<'EOF'
rm /usr/lib/x86_64-linux-gnu/libpq.so*

DEBIAN_FRONTEND=noninteractive apt purge -y libpq5
DEBIAN_FRONTEND=noninteractive apt purge -y libpq-dev libpq5
EOF

# postgres doesn't ship their isolation tester in the server-dev images
Expand Down

0 comments on commit 8c38fe2

Please sign in to comment.