From fc499a5dc93c0b7603647f9385b8312b4e4a727d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20=C5=9Aled=C5=BA?= Date: Tue, 8 Oct 2024 11:53:43 +0200 Subject: [PATCH] Mention libsrtp2-dev for arm. --- guides/deploying/fly.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/guides/deploying/fly.md b/guides/deploying/fly.md index bd4c69d..4526ea4 100644 --- a/guides/deploying/fly.md +++ b/guides/deploying/fly.md @@ -6,7 +6,7 @@ There are just three things you need to do: * configure a STUN server both on the client and server side * use a custom Fly.io IP filter on the server side -* slightly modify auto-generated Dockerfile +* slightly modify the auto-generated Dockerfile In JavaScript code: @@ -48,6 +48,7 @@ Now: + ARG OTP_VERSION=27.0.1 + ARG DEBIAN_VERSION=bookworm-20240701-slim + # when building on arm64, you will also need to add libsrtp2-dev - RUN apt-get update -y && apt-get install -y build-essential git \ - && apt-get clean && rm -f /var/lib/apt/lists/*_* + RUN apt-get update -y && apt-get install -y build-essential git pkg-config libssl-dev \