Skip to content

Commit 07d11a1

Browse files
committed
wip
1 parent 6644c54 commit 07d11a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -1139,7 +1139,7 @@ RUN \
11391139
./configure \
11401140
--pkg-config-flags="--static" \
11411141
--extra-cflags="-fopenmp" \
1142-
--extra-ldflags="-fopenmp -Wl,--allow-multiple-definition -Wl,-z,stack-size=2097152" \
1142+
--extra-ldflags="-fopenmp -Wl,-z,stack-size=2097152" \
11431143
--toolchain=hardened \
11441144
--disable-debug \
11451145
--disable-shared \
@@ -1209,6 +1209,7 @@ RUN \
12091209

12101210
RUN apk add gdb
12111211
RUN cd ffmpeg* && gdb -ex="set confirm off" -ex=r --args ./ffprobe -i 'https://github.githubassets.com/favicons/favicon.svg'
1212+
RUN cd ffmpeg* && ./ffprobe -i 'https://github.githubassets.com/favicons/favicon.svg'
12121213

12131214
# svg
12141215
# RUN ["/ffprobe", "-i", "https://github.githubassets.com/favicons/favicon.svg"]

0 commit comments

Comments
 (0)