Skip to content

Commit d5cef48

Browse files
committed
Dockerfile: specify -fsSL curl options when downloading KSC
1 parent 093261a commit d5cef48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM ruby
22

33
# 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
4+
RUN curl -fsSLO https://github.com/kaitai-io/kaitai_struct_compiler/releases/download/0.10/kaitai-struct-compiler_0.10_all.deb
55

66
# Install it + Java + cleanup
77
RUN apt-get update \

0 commit comments

Comments
 (0)