Skip to content

Commit

Permalink
vlc: install libmatroska-dev
Browse files Browse the repository at this point in the history
To enable mkv tests.
  • Loading branch information
tguillem committed Feb 6, 2025
1 parent 085fb86 commit 0a5b038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/vlc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

FROM gcr.io/oss-fuzz-base/base-builder
RUN apt-get update && apt-get install -y make autoconf automake libtool \
pkg-config cmake flex bison gettext libglu1-mesa-dev
pkg-config cmake flex bison gettext libglu1-mesa-dev libmatroska-dev
RUN git clone --depth 1 https://code.videolan.org/videolan/vlc.git vlc
RUN git clone --depth 1 https://code.videolan.org/VideoLAN.org/vlc-fuzz-corpus.git vlc/fuzz-corpus
WORKDIR vlc
Expand Down

0 comments on commit 0a5b038

Please sign in to comment.