diff --git a/Dockerfile b/Dockerfile index d956c58..d78faad 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM python:3.13-alpine -RUN apk --no-cache add ffmpeg opus +RUN apk --no-cache add ffmpeg gcc linux-headers musl-dev opus python3-dev WORKDIR /bot COPY . .