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 ed2ad21
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 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 \
librtmp \
libsasl2-2 \
pkg-config \
libpq5 \
Expand Down Expand Up @@ -214,6 +216,8 @@ 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 \
libsasl2-2 \
pkg-config \
libpq5 \
Expand Down

0 comments on commit ed2ad21

Please sign in to comment.