Skip to content

Commit

Permalink
docker: add dependencies for ffmpeg to static build
Browse files Browse the repository at this point in the history
Signed-off-by: deadprogram <[email protected]>
  • Loading branch information
deadprogram committed Sep 30, 2024
1 parent 2a83b2f commit 6776d19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile.opencv-static
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ LABEL maintainer="hybridgroup"
RUN apt-get update && apt-get install -y \
git build-essential cmake pkg-config unzip libgtk-3-dev \
curl ca-certificates libcurl4-openssl-dev libssl-dev \
libavcodec-dev libavformat-dev libavutil-dev libswscale-dev \
libharfbuzz-dev libfreetype6-dev \
nasm && \
rm -rf /var/lib/apt/lists/*
Expand Down Expand Up @@ -93,6 +94,7 @@ LABEL maintainer="hybridgroup"
RUN apt-get update && apt-get install -y \
git build-essential cmake pkg-config unzip libgtk-3-dev \
curl ca-certificates libcurl4-openssl-dev libssl-dev \
libavcodec-dev libavformat-dev libavutil-dev libswscale-dev \
libharfbuzz-dev libfreetype6-dev \
nasm && \
rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 6776d19

Please sign in to comment.