Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
wader committed Dec 10, 2024
1 parent 2360362 commit 57f491a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,10 @@ RUN \
|| (cat ffbuild/config.log ; false) \
&& make -j$(nproc) install

RUN apk add gdb
RUN cd ffmpeg* && RUST_BACKTRACE=full gdb -ex="set confirm off" -ex=r -ex="bt full" --args ./ffprobe_g -i 'https://github.githubassets.com/favicons/favicon.svg'
RUN cd ffmpeg* && RUST_BACKTRACE=full ./ffprobe_g -i 'https://github.githubassets.com/favicons/favicon.svg'
RUN wget https://github.githubassets.com/favicons/favicon.svg
RUN RUST_BACKTRACE=full rsvg-convert -o test.png favicon.svg

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

0 comments on commit 57f491a

Please sign in to comment.