Skip to content

Commit 948795b

Browse files
authored
Merge pull request alfg#24 from alfg/fix/ffmpeg-configure-warnings
Fix FFmpeg ./configure warnings by installing coreutils.
2 parents 6e3bd81 + 6350fc7 commit 948795b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ ARG MAKEFLAGS="-j4"
6363
# FFmpeg build dependencies.
6464
RUN apk add --update \
6565
build-base \
66+
coreutils \
6667
freetype-dev \
6768
lame-dev \
6869
libogg-dev \

0 commit comments

Comments
 (0)