Skip to content

Commit

Permalink
dockerfile: Fix library dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Hatake <[email protected]>
  • Loading branch information
cosmo0920 committed Jan 23, 2025
1 parent 16f6c50 commit 26c12b1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,9 @@ RUN echo "deb http://deb.debian.org/debian bookworm-backports main" >> /etc/apt/
apt-get download \
libssl3 \
libcurl4 \
libnghttp2-14 \
librtmp1 \
libssh2-1 \
libsasl2-2 \
pkg-config \
libpq5 \
Expand Down Expand Up @@ -214,6 +217,10 @@ RUN echo "deb http://deb.debian.org/debian bookworm-backports main" >> /etc/apt/
apt-get update && \
apt-get install -y --no-install-recommends \
libssl3 \
libcurl4 \
libnghttp2-14 \
librtmp1 \
libssh2-1 \
libsasl2-2 \
pkg-config \
libpq5 \
Expand Down

0 comments on commit 26c12b1

Please sign in to comment.