Skip to content

Commit

Permalink
Add file as depend for alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
xzKinGzxBuRnzx committed Jul 18, 2018
1 parent 68c7b03 commit 2110e05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_ffmpeg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ case "${OSTYPE}" in
fi
;;
alpine)
depends="apk add coreutils diffutils autoconf automake cmake fontconfig-dev freetype-dev fribidi-dev gcc g++ git libtool make mercurial pkgconf zlib-dev"
depends="apk add coreutils diffutils file autoconf automake cmake fontconfig-dev freetype-dev fribidi-dev gcc g++ git libtool make mercurial pkgconf zlib-dev"
if ! ${compile}; then
apk update
apk add ffmpeg
Expand Down

0 comments on commit 2110e05

Please sign in to comment.