Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
onurctirtir committed Jan 3, 2025
1 parent 727dad8 commit 31af9c0
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions circleci/images/exttester/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -183,36 +183,19 @@ apt-get install -y --no-install-recommends --allow-downgrades \
libpq5=${pgdg_version} \

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

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

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

# add postgress to the path
ENV PATH=/usr/lib/postgresql/$PG_MAJOR/bin/:$PATH

# setup /var/run/postgresql for use with circleci
RUN mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql

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

# copy the collected files from the collection container at once into the final container
COPY --from=dev-tools-collection /collect/ /

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

WORKDIR /home/circleci

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

0 comments on commit 31af9c0

Please sign in to comment.