Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
uhh
Browse files Browse the repository at this point in the history
  • Loading branch information
ynot01 committed Dec 5, 2023
1 parent 971c223 commit 2fa4fcc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ RUN chmod g+rw ./piper_cache/

# Compile and install fresh ffmpeg from sources:
# See: https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu
RUN sed -i -e's/ main/ main contrib non-free/g' /etc/apt/sources.list
RUN apt-get update -qq && apt-get -y install \
autoconf \
automake \
Expand All @@ -98,7 +99,7 @@ RUN apt-get update -qq && apt-get -y install \
libvpx-dev \
libmp3lame-dev \
libopus-dev \
RUN mkdir ~/ffmpeg_sources ~/bin && cd ~/ffmpeg_sources && \
RUN mkdir -p ~/ffmpeg_sources ~/bin && cd ~/ffmpeg_sources && \
wget -O ffmpeg-6.1.tar.bz2 https://ffmpeg.org/releases/ffmpeg-6.1.tar.bz2 && \
tar xjvf ffmpeg-6.1.tar.bz2 && \
cd ffmpeg-6.1 && \
Expand Down

0 comments on commit 2fa4fcc

Please sign in to comment.