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.
1 parent 5a10b98 commit 3e3efb0Copy full SHA for 3e3efb0
Dockerfile
@@ -131,9 +131,9 @@ RUN \
131
# install perl runtime for kaitai struct
132
RUN \
133
cd /tmp \
134
- && curl -LO https://github.com/kaitai-io/kaitai_struct_perl_runtime/archive/refs/tags/0.10.zip \
135
- && unzip 0.10.zip \
136
- && cd kaitai_struct_perl_runtime-0.10 \
+ && curl -LO https://github.com/kaitai-io/kaitai_struct_perl_runtime/archive/refs/tags/0.11.zip \
+ && unzip 0.11.zip \
+ && cd kaitai_struct_perl_runtime-0.11 \
137
&& perl Makefile.PL \
138
&& make install \
139
&& rm -rf /tmp/*
0 commit comments