Skip to content

Commit

Permalink
Add opus codec
Browse files Browse the repository at this point in the history
  • Loading branch information
pmdevita committed May 19, 2024
1 parent 4bb7b71 commit 730f3f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN /app/bin/pip install dist/`ls dist | grep .whl`[mysql,uvloop,speed,audio] --

FROM python:3.10-alpine
RUN apk add bash
RUN apk add blas opusfile ffmpeg libsodium # needed for audio
RUN apk add blas opus opusfile ffmpeg libsodium # needed for audio
RUN apk add libuv
COPY --from=builder /app /app
WORKDIR /config
Expand Down

0 comments on commit 730f3f8

Please sign in to comment.