Merge pull request #650 from wavezhang/patch-1

fix docker build error
pull/589/head
xtekky 1 year ago committed by GitHub
commit e4cee5377d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save