|
@@ -2,7 +2,7 @@
|
|
|
# Dockerfile of coturn/coturn:debian Docker image.
|
|
|
#
|
|
|
|
|
|
-ARG debian_ver=bookworm
|
|
|
+ARG debian_ver=trixie
|
|
|
|
|
|
|
|
|
|
|
@@ -167,13 +167,13 @@ RUN apt-get update \
|
|
|
# Install Coturn dependencies.
|
|
|
&& apt-get install -y --no-install-recommends --no-install-suggests \
|
|
|
libatomic1 \
|
|
|
- libevent-2.1-7 libevent-core-2.1-7 libevent-extra-2.1-7 \
|
|
|
- libevent-openssl-2.1-7 libevent-pthreads-2.1-7 \
|
|
|
- libssl3 \
|
|
|
+ libevent-2.1-7t64 libevent-core-2.1-7t64 libevent-extra-2.1-7t64 \
|
|
|
+ libevent-openssl-2.1-7t64 libevent-pthreads-2.1-7t64 \
|
|
|
+ libssl3t64 \
|
|
|
libpq5 libmariadb3 libsqlite3-0 \
|
|
|
- libhiredis0.14 \
|
|
|
- libmongoc-1.0-0 \
|
|
|
- libmicrohttpd12 \
|
|
|
+ libhiredis1.1.0 \
|
|
|
+ libmongoc-1.0-0t64 \
|
|
|
+ libmicrohttpd12t64 \
|
|
|
# Install `dig` tool for `detect-external-ip.sh`.
|
|
|
&& apt-get install -y --no-install-recommends --no-install-suggests \
|
|
|
dnsutils \
|