Skip to content

Commit

Permalink
Mention libsrtp2-dev for arm.
Browse files Browse the repository at this point in the history
  • Loading branch information
mickel8 committed Oct 8, 2024
1 parent 2cd1fa1 commit fc499a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion guides/deploying/fly.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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 \
Expand Down

0 comments on commit fc499a5

Please sign in to comment.