This commit is contained in:
Jonathan Jara 2025-04-18 15:54:51 -07:00
parent bb6805e61d
commit ae625c0395

View File

@ -1,5 +1,5 @@
FROM python:3.12.10-alpine
RUN apk add ffmpeg libopus-dev
RUN apk add ffmpeg libopusenc
WORKDIR /usr/src/app