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

Commit

Permalink
Merge pull request #348 from vania-pooh/master
Browse files Browse the repository at this point in the history
Update libavcodec package name for Firefox (related to #244)
  • Loading branch information
vania-pooh authored Feb 14, 2021
2 parents 8611dab + 7345e88 commit 02a0dd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/firefox/apt/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN \
add-apt-repository -y $PPA \
) || true && \
apt-get update && \
apt-get -y --no-install-recommends install iproute2 libavcodec57 $PACKAGE=$VERSION && \
apt-get -y --no-install-recommends install iproute2 libavcodec58 $PACKAGE=$VERSION && \
( [ "$PACKAGE" != "firefox" ] && ln /usr/bin/$PACKAGE /usr/bin/firefox ) || true && \
firefox --version && \
rm -Rf /tmp/* && rm -Rf /var/lib/apt/lists/*

0 comments on commit 02a0dd4

Please sign in to comment.