chore(docker): add psutil build dependencyes

This commit is contained in:
2025-01-09 20:26:58 -05:00
parent b8b566cb57
commit 7fdaf7b379

View File

@@ -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 . .