Skip to content

Commit

Permalink
Update tools
Browse files Browse the repository at this point in the history
Signed-off-by: Carsten Munk <[email protected]>
  • Loading branch information
stskeeps committed Apr 30, 2024
1 parent 368f563 commit e6441d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ RUN chmod 555 /tool-image/ipfs-config
RUN chmod 755 /tool-image/ipfs
COPY --from=riscv-base /mirror /tool-image/mirror

RUN wget https://github.com/zippiehq/cartesi-lambada-guest-tools/releases/download/v0.15.0.2/machine-emulator-tools-v0.15.0.deb && mv machine-emulator-tools-v0.15.0.deb /tool-image/
RUN wget https://github.com/zippiehq/cartesi-lambada-guest-tools/releases/download/v0.15.0.3/machine-emulator-tools-v0.15.0.deb && mv machine-emulator-tools-v0.15.0.deb /tool-image/
RUN find /tool-image -exec touch --no-dereference --date="@1695938400" '{}' +
RUN tar --sort=name -C /tool-image -cf - . > /tool-image.tar && rm -rf /tool-image && HOSTNAME=linux SOURCE_DATE_EPOCH=1695938400 genext2fs -z -v -v -f -a /tool-image.tar -B 4096 -b 524288 /tool-image.img 2>&1 > /tool-image.gen
COPY ./install-pkgs-2 /tool-image/install
Expand Down

0 comments on commit e6441d1

Please sign in to comment.