Skip to content

Commit 81f62b9

Browse files
cosmo0920patrick-stephens
authored andcommitted
dockerfile: Fix library dependencies
Signed-off-by: Hiroshi Hatake <hiroshi@chronosphere.io>
1 parent 533b002 commit 81f62b9

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

dockerfiles/Dockerfile

+11
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,11 @@ RUN echo "deb http://deb.debian.org/debian bookworm-backports main" >> /etc/apt/
113113
apt-get download \
114114
libssl3 \
115115
libcurl4 \
116+
libnghttp2-14 \
117+
librtmp1 \
118+
libssh2-1 \
119+
libpsl5 \
120+
libbrotli1 \
116121
libsasl2-2 \
117122
pkg-config \
118123
libpq5 \
@@ -214,6 +219,12 @@ RUN echo "deb http://deb.debian.org/debian bookworm-backports main" >> /etc/apt/
214219
apt-get update && \
215220
apt-get install -y --no-install-recommends \
216221
libssl3 \
222+
libcurl4 \
223+
libnghttp2-14 \
224+
librtmp1 \
225+
libssh2-1 \
226+
libpsl5 \
227+
libbrotli1 \
217228
libsasl2-2 \
218229
pkg-config \
219230
libpq5 \

0 commit comments

Comments
 (0)