Merge pull request #650 from wavezhang/patch-1

fix docker build error
This commit is contained in:
xtekky 2023-06-08 01:20:24 +02:00 committed by GitHub
commit e4cee5377d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
FROM python:3.12.0b1-slim
FROM python:3.11.3-slim
RUN apt-get update \
&& apt-get install -y --no-install-recommends ffmpeg \