Skip to content

Commit 344a84c

Browse files
authored
fix: replace libsvtav1-dev with libsvtav1enc-dev (Debian Trixie compatibility) (#198)
1 parent 0e09ecf commit 344a84c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
3131
libaom-dev \
3232
libdav1d-dev \
3333
librav1e-dev \
34-
libsvtav1-dev \
34+
libsvtav1enc-dev \
3535
libzimg-dev \
3636
libwebp-dev \
3737
git \
@@ -213,4 +213,4 @@ gunicorn --bind 0.0.0.0:8080 \
213213
chmod +x /app/run_gunicorn.sh
214214

215215
# Run the shell script
216-
CMD ["/app/run_gunicorn.sh"]
216+
CMD ["/app/run_gunicorn.sh"]

0 commit comments

Comments
 (0)