mirror of
https://github.com/v0l/route96.git
synced 2025-06-16 16:28:49 +00:00
fix: install protobuf-compiler
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -15,7 +15,8 @@ RUN apt update && \
|
|||||||
libwebp-dev \
|
libwebp-dev \
|
||||||
libvpx-dev \
|
libvpx-dev \
|
||||||
nasm \
|
nasm \
|
||||||
libclang-dev && \
|
libclang-dev \
|
||||||
|
protobuf-compiler && \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
RUN git clone --single-branch --branch release/7.1 https://git.v0l.io/ffmpeg/FFmpeg.git && \
|
RUN git clone --single-branch --branch release/7.1 https://git.v0l.io/ffmpeg/FFmpeg.git && \
|
||||||
cd FFmpeg && \
|
cd FFmpeg && \
|
||||||
|
Reference in New Issue
Block a user