Merge pull request #24 from alfg/fix/ffmpeg-configure-warnings

Fix FFmpeg ./configure warnings by installing coreutils.
This commit is contained in:
Alfred Gutierrez 2019-05-14 20:40:30 -07:00 committed by GitHub
commit 948795b908
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@ ARG MAKEFLAGS="-j4"
# FFmpeg build dependencies.
RUN apk add --update \
build-base \
coreutils \
freetype-dev \
lame-dev \
libogg-dev \