Skip to content

Commit

Permalink
Updated version of liblz4 in Docker file.
Browse files Browse the repository at this point in the history
  • Loading branch information
akshay-joshi committed Dec 16, 2024
1 parent a0cd6c6 commit ba58b14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -173,12 +173,12 @@ COPY --from=env-builder /venv /venv
COPY --from=tool-builder /usr/local/pgsql /usr/local/
COPY --from=pg17-builder /usr/local/lib/libpq.so.5.17 /usr/lib/
COPY --from=pg17-builder /usr/lib/libzstd.so.1.5.6 /usr/lib/
COPY --from=pg17-builder /usr/lib/liblz4.so.1.9.4 /usr/lib/
COPY --from=pg17-builder /usr/lib/liblz4.so.1.10.0 /usr/lib/

RUN ln -s libpq.so.5.17 /usr/lib/libpq.so.5 && \
ln -s libpq.so.5.17 /usr/lib/libpq.so && \
ln -s libzstd.so.1.5.6 /usr/lib/libzstd.so.1 && \
ln -s liblz4.so.1.9.4 /usr/lib/liblz4.so.1
ln -s liblz4.so.1.10.0 /usr/lib/liblz4.so.1

WORKDIR /pgadmin4
ENV PYTHONPATH=/pgadmin4
Expand Down
1 change: 1 addition & 0 deletions docs/en_US/release_notes_9_0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ Housekeeping
Bug fixes
*********

| `Issue #8208 <https://github.com/pgadmin-org/pgadmin4/issues/8208>`_ - Allow deleting the entry while creating/adding new label to enumeration type.

0 comments on commit ba58b14

Please sign in to comment.