Skip to content

Commit 3dbb64a

Browse files
committed
wip
1 parent a00921b commit 3dbb64a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -316,11 +316,11 @@ RUN ["/ffmpeg", "-hide_banner", "-buildconf"]
316316
# stack size
317317
# RUN ["/ffmpeg", "-f", "lavfi", "-i", "testsrc", "-c:v", "libsvtav1", "-t", "100ms", "-f", "null", "-"]
318318
# dns
319-
RUN ["/ffprobe", "-i", "https://github.com/favicon.ico"]
319+
# RUN ["/ffprobe", "-i", "https://github.com/favicon.ico"]
320320
# tls/https certs
321-
RUN ["/ffprobe", "-tls_verify", "1", "-ca_file", "/etc/ssl/cert.pem", "-i", "https://github.com/favicon.ico"]
321+
# RUN ["/ffprobe", "-tls_verify", "1", "-ca_file", "/etc/ssl/cert.pem", "-i", "https://github.com/favicon.ico"]
322322
# svg
323-
RUN ["/ffprobe", "-i", "https://github.githubassets.com/favicons/favicon.svg"]
323+
# RUN ["/ffprobe", "-i", "https://github.githubassets.com/favicons/favicon.svg"]
324324
# >1 static rust libs
325325
RUN ["/ffmpeg", "-f", "lavfi", "-i", "testsrc", "-c:v", "librav1e", "-t", "100ms", "-f", "null", "-"]
326326

0 commit comments

Comments
 (0)