File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ " @cartesi/sdk " : patch
3+ ---
4+
5+ Add read permission to group and others. Modified file /usr/share/cartesi-machine/linux.bin
Original file line number Diff line number Diff line change @@ -375,7 +375,7 @@ COPY entrypoint.sh /usr/local/bin/
375375COPY --from=foundry /usr/local/bin/anvil /usr/local/bin/
376376COPY --from=foundry /usr/local/bin/cast /usr/local/bin/
377377COPY --from=squashfs-tools /usr/local/src/squashfs-tools/mksquashfs /usr/local/bin/
378- COPY --from=kernel-image /usr/share/cartesi-machine/images/linux.bin /usr/share/cartesi-machine/images/linux.bin
378+ COPY --from=kernel-image --chmod=644 /usr/share/cartesi-machine/images/linux.bin /usr/share/cartesi-machine/images/linux.bin
379379COPY --from=kernel-headers /include/linux /include/linux
380380
381381WORKDIR /mnt
You can’t perform that action at this time.
0 commit comments