We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 533b002 commit 81f62b9Copy full SHA for 81f62b9
dockerfiles/Dockerfile
@@ -113,6 +113,11 @@ RUN echo "deb http://deb.debian.org/debian bookworm-backports main" >> /etc/apt/
113
apt-get download \
114
libssl3 \
115
libcurl4 \
116
+ libnghttp2-14 \
117
+ librtmp1 \
118
+ libssh2-1 \
119
+ libpsl5 \
120
+ libbrotli1 \
121
libsasl2-2 \
122
pkg-config \
123
libpq5 \
@@ -214,6 +219,12 @@ RUN echo "deb http://deb.debian.org/debian bookworm-backports main" >> /etc/apt/
214
219
apt-get update && \
215
220
apt-get install -y --no-install-recommends \
216
221
222
+ libcurl4 \
223
224
225
226
227
217
228
218
229
230
0 commit comments