Skip to content

Commit

Permalink
update docker
Browse files Browse the repository at this point in the history
  • Loading branch information
th0mk committed Nov 10, 2024
1 parent 55b63af commit 80855fa
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ RUN apt-get update && apt-get install -y \
webp \
wget \
xz-utils \
libvpx7 \
libx264-163 \
libx265-199 \
libmp3lame0 \
libass9 \
libwebpmux3 \
libvorbis0a \
libtheora0 \
libopus0 \
&& rm -rf /var/lib/apt/lists/*

# Install latest static FFmpeg build
Expand Down

0 comments on commit 80855fa

Please sign in to comment.