Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
wader committed Dec 9, 2024
1 parent 6644c54 commit 07d11a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -1139,7 +1139,7 @@ RUN \
./configure \
--pkg-config-flags="--static" \
--extra-cflags="-fopenmp" \
--extra-ldflags="-fopenmp -Wl,--allow-multiple-definition -Wl,-z,stack-size=2097152" \
--extra-ldflags="-fopenmp -Wl,-z,stack-size=2097152" \
--toolchain=hardened \
--disable-debug \
--disable-shared \
Expand Down Expand Up @@ -1209,6 +1209,7 @@ RUN \

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

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

0 comments on commit 07d11a1

Please sign in to comment.