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