From c95f4499e4f2f3ba9bd4288723172f16c3ba18ae Mon Sep 17 00:00:00 2001 From: Jonathan Jara Date: Fri, 18 Apr 2025 16:13:45 -0700 Subject: [PATCH] fix? --- Dockerfile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 30ed8f1..87effa6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,13 @@ FROM python:3.12.10-alpine -RUN apk add ffmpeg --no-cache opus-dev +RUN apk add --no-cache \ + ffmpeg \ + opus \ + opus-dev \ + build-base \ + libffi-dev \ + openssl-dev \ + musl-dev \ + python3-dev WORKDIR /usr/src/app