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 authored and patrick-stephens committed Jan 23, 2025
1 parent 533b002 commit 81f62b9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,11 @@ RUN echo "deb http://deb.debian.org/debian bookworm-backports main" >> /etc/apt/
apt-get download \
libssl3 \
libcurl4 \
libnghttp2-14 \
librtmp1 \
libssh2-1 \
libpsl5 \
libbrotli1 \
libsasl2-2 \
pkg-config \
libpq5 \
Expand Down Expand Up @@ -214,6 +219,12 @@ 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 \
libpsl5 \
libbrotli1 \
libsasl2-2 \
pkg-config \
libpq5 \
Expand Down

0 comments on commit 81f62b9

Please sign in to comment.