Skip to content

Commit 57f491a

Browse files
committed
wip
1 parent 2360362 commit 57f491a

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

Dockerfile

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,10 @@ RUN \
186186
|| (cat ffbuild/config.log ; false) \
187187
&& make -j$(nproc) install
188188

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'
192195

0 commit comments

Comments
 (0)