Skip to content

Commit

Permalink
fix symlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
naisila committed Jan 2, 2025
1 parent 94f4e5a commit 20e585f
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 @@ -184,8 +184,8 @@ ENV PATH=/usr/lib/postgresql/$PG_MAJOR/bin/:$PATH
RUN mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql

# fix symlink
RUN ln -fns /usr/lib/x86_64-linux-gnu/libpq.so libpq.so.5.14
RUN ln -fns /usr/lib/x86_64-linux-gnu/libpq.so.5 libpq.so.5.14
RUN ln -fns /usr/lib/x86_64-linux-gnu/libpq.so.5.14 /usr/lib/x86_64-linux-gnu/libpq.so.5
RUN ln -fns /usr/lib/x86_64-linux-gnu/libpq.so.5.14 /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/ /
Expand Down

0 comments on commit 20e585f

Please sign in to comment.