File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -186,7 +186,10 @@ RUN \
186
186
|| (cat ffbuild/config.log ; false) \
187
187
&& make -j$(nproc) install
188
188
189
- RUN apk add gdb
190
- 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'
191
- RUN cd ffmpeg* && RUST_BACKTRACE=full ./ffprobe_g -i 'https://github.githubassets.com/favicons/favicon.svg'
189
+ RUN wget https://github.githubassets.com/favicons/favicon.svg
190
+ RUN RUST_BACKTRACE=full rsvg-convert -o test.png favicon.svg
191
+
192
+ # RUN apk add gdb
193
+ # 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'
194
+ # RUN cd ffmpeg* && RUST_BACKTRACE=full ./ffprobe_g -i 'https://github.githubassets.com/favicons/favicon.svg'
192
195
You can’t perform that action at this time.
0 commit comments