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 6fe903a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ RUN echo "deb http://deb.debian.org/debian bookworm-backports main" >> /etc/apt/
apt-get download \
libssl3 \
libcurl4 \
libnghttp2-14 \
librtmp1 \
libsasl2-2 \
pkg-config \
libpq5 \
Expand Down Expand Up @@ -214,6 +216,9 @@ 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 \
libsasl2-2 \
pkg-config \
libpq5 \
Expand Down

0 comments on commit 6fe903a

Please sign in to comment.