fix?
This commit is contained in:
parent
7532fee1a1
commit
c95f4499e4
10
Dockerfile
10
Dockerfile
@ -1,5 +1,13 @@
|
|||||||
FROM python:3.12.10-alpine
|
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
|
WORKDIR /usr/src/app
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user