File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -131,9 +131,9 @@ RUN \
131131# install perl runtime for kaitai struct
132132RUN \
133133 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 \
134+ && curl -LO https://github.com/kaitai-io/kaitai_struct_perl_runtime/archive/refs/tags/0.11 .zip \
135+ && unzip 0.11 .zip \
136+ && cd kaitai_struct_perl_runtime-0.11 \
137137 && perl Makefile.PL \
138138 && make install \
139139 && rm -rf /tmp/*
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ RUN apt-get update \
77# install perl runtime for kaitai struct
88RUN \
99 cd /tmp \
10- && curl -LO https://github.com/kaitai-io/kaitai_struct_perl_runtime/archive/refs/tags/0.10 .zip \
11- && unzip 0.10 .zip \
12- && cd kaitai_struct_perl_runtime-0.10 \
10+ && curl -LO https://github.com/kaitai-io/kaitai_struct_perl_runtime/archive/refs/tags/0.11 .zip \
11+ && unzip 0.11 .zip \
12+ && cd kaitai_struct_perl_runtime-0.11 \
1313 && perl Makefile.PL \
1414 && make install \
1515 && rm -rf /tmp/*
@@ -19,7 +19,8 @@ ADD . /work
1919
2020RUN pip3 install -r /work/setup_requirements.txt
2121RUN pip3 install -r /work/requirements.txt
22- RUN pip3 install kaitaistruct
22+ # keep in sync with perl runtime for kaitai struct!
23+ RUN pip3 install kaitaistruct==0.11.0
2324
2425RUN pip3 install wheel setuptools
2526
You can’t perform that action at this time.
0 commit comments