Skip to content

Commit

Permalink
chore(docker): add missing dependencies for docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
maxjoehnk committed Oct 10, 2023
1 parent 3fff128 commit 51ed54f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,14 @@ RUN apt-get update && \
libmfx-dev \
libvorbis-dev \
libwavpack-dev \
yasm
yasm \
glslang-dev \
libzimg-dev \
libplacebo-dev \
libjxl-dev \
librist-dev \
librav1e-dev \
libsvtav1enc-dev

FROM base as build

Expand Down

0 comments on commit 51ed54f

Please sign in to comment.