We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-fsSL
1 parent 093261a commit d5cef48Copy full SHA for d5cef48
Dockerfile
@@ -1,7 +1,7 @@
1
FROM ruby
2
3
# Download Kaitai Struct compiler deb
4
-RUN curl -LO https://github.com/kaitai-io/kaitai_struct_compiler/releases/download/0.10/kaitai-struct-compiler_0.10_all.deb
+RUN curl -fsSLO https://github.com/kaitai-io/kaitai_struct_compiler/releases/download/0.10/kaitai-struct-compiler_0.10_all.deb
5
6
# Install it + Java + cleanup
7
RUN apt-get update \
0 commit comments