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 d891036 commit 0c107e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions circleci/images/exttester/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,8 @@ DEBIAN_FRONTEND=noninteractive apt purge -y \
# debug
ls -la /usr/lib/x86_64-linux-gnu/libpq.so*

# remove the libpq.so* files if any
rm /usr/lib/x86_64-linux-gnu/libpq.so* | true
# remove libpq.so and the symlinkes to it, if any
[ -f /usr/lib/x86_64-linux-gnu/libpq.so* ] && rm /usr/lib/x86_64-linux-gnu/libpq.so*

# debug
ls -la /usr/lib/x86_64-linux-gnu/libpq.so*
Expand Down

0 comments on commit 0c107e4

Please sign in to comment.