Fix build.
This commit is contained in:
parent
0e60ff3512
commit
6bc348d08d
|
@ -36,7 +36,7 @@ RUN cd /tmp/nginx-${NGINX_VERSION} \
|
||||||
RUN cd /tmp/nginx-${NGINX_VERSION} && make && make install
|
RUN cd /tmp/nginx-${NGINX_VERSION} && make && make install
|
||||||
|
|
||||||
# ffmpeg dependencies.
|
# ffmpeg dependencies.
|
||||||
RUN apk add nasm yasm-dev lame-dev libogg-dev x264-dev libvpx-dev libvorbis-dev x265-dev freetype-dev libass-dev libwebp-dev rtmpdump-dev libtheora-dev opus-dev
|
RUN apk add --update nasm yasm-dev lame-dev libogg-dev x264-dev libvpx-dev libvorbis-dev x265-dev freetype-dev libass-dev libwebp-dev rtmpdump-dev libtheora-dev opus-dev
|
||||||
RUN echo http://dl-cdn.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositories
|
RUN echo http://dl-cdn.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositories
|
||||||
RUN apk add --update fdk-aac-dev
|
RUN apk add --update fdk-aac-dev
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue