Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
onurctirtir committed Jan 3, 2025
1 parent 8809dab commit 727dad8
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 @@ -183,8 +183,8 @@ apt-get install -y --no-install-recommends --allow-downgrades \
libpq5=${pgdg_version} \

# debug
RUN echo "DEBUG-1"
RUN ls -al /usr/lib/x86_64-linux-gnu/libpq.so*
echo "DEBUG-1"
ls -al /usr/lib/x86_64-linux-gnu/libpq.so*

# clear apt cache
rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 727dad8

Please sign in to comment.