Skip to content

Commit

Permalink
fix build looping by ingesting ffmpeg libs as latest build
Browse files Browse the repository at this point in the history
  • Loading branch information
thelamer committed Apr 21, 2023
1 parent 4f33d20 commit 51aaf88
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 @@ -27,9 +27,10 @@ RUN \
mv \
/usr/bin/opera \
/usr/bin/opera-real && \
FFMPEG_DEB=$(curl -sL http://security.ubuntu.com/ubuntu/pool/universe/c/chromium-browser/ | awk -F'"' '/ffmpeg-extra/ && /amd64/ {print $8}' | tail -1) && \
curl -o \
/tmp/chromiumffmpeg.deb -L \
"http://security.ubuntu.com/ubuntu/pool/universe/c/chromium-browser/chromium-codecs-ffmpeg-extra_111.0.5563.64-0ubuntu0.18.04.5_amd64.deb" && \
"http://security.ubuntu.com/ubuntu/pool/universe/c/chromium-browser/${FFMPEG_DEB}" && \
dpkg -i /tmp/chromiumffmpeg.deb && \
mv \
/usr/lib/chromium-browser/libffmpeg.so \
Expand Down

0 comments on commit 51aaf88

Please sign in to comment.