fix: install protobuf-compiler
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-06-11 14:45:10 +01:00
parent 21cc1ed714
commit ec271f4109

View File

@ -15,7 +15,8 @@ RUN apt update && \
libwebp-dev \
libvpx-dev \
nasm \
libclang-dev && \
libclang-dev \
protobuf-compiler && \
rm -rf /var/lib/apt/lists/*
RUN git clone --single-branch --branch release/7.1 https://git.v0l.io/ffmpeg/FFmpeg.git && \
cd FFmpeg && \