modified: Dockerfile

modified:   app.py
This commit is contained in:
SimolZimol
2025-10-28 16:08:02 +01:00
parent 56c3b769cb
commit a493d4eaf5
2 changed files with 5 additions and 2 deletions

View File

@@ -5,6 +5,8 @@ WORKDIR /app
RUN apt-get update && apt-get install -y \
libffi-dev \
libnacl-dev \
libopus0 \
ffmpeg \
python3-dev \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*