forked from forks/ffprobe-wasm
chore: update base image
Signed-off-by: Alix von Schirp <github@avonschirp.bootmedia.de>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM emscripten/emsdk:3.1.15 as build
|
||||
FROM emscripten/emsdk:5.0.1 as build
|
||||
|
||||
ARG FFMPEG_VERSION=8.0.1
|
||||
ARG X264_COMMIT=b35605a
|
||||
@@ -25,7 +25,7 @@ RUN git checkout ${X264_COMMIT} && \
|
||||
--disable-asm \
|
||||
--extra-cflags="-s USE_PTHREADS=1"
|
||||
|
||||
RUN "emmake make && emmake make install"
|
||||
RUN emmake make && emmake make install
|
||||
|
||||
WORKDIR /tmp/
|
||||
# libmp3lame
|
||||
|
||||
Reference in New Issue
Block a user