Skip to content

Commit 1aa4d79

Browse files
committed
fix(sdk): Update file permission to 644 for /usr/share/cartesi-machine/images/linux.bin.
1 parent f047d7b commit 1aa4d79

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.changeset/eighty-jobs-show.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@cartesi/sdk": patch
3+
---
4+
5+
Add read permission to group and others. Modified file /usr/share/cartesi-machine/linux.bin

packages/sdk/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ COPY entrypoint.sh /usr/local/bin/
375375
COPY --from=foundry /usr/local/bin/anvil /usr/local/bin/
376376
COPY --from=foundry /usr/local/bin/cast /usr/local/bin/
377377
COPY --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
379379
COPY --from=kernel-headers /include/linux /include/linux
380380

381381
WORKDIR /mnt

0 commit comments

Comments
 (0)