Skip to content

Commit c3dc999

Browse files
committed
fix: alpine image
1 parent 6ca7ca5 commit c3dc999

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

alpine.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ FROM --platform=linux/riscv64 ${IMAGE} AS base
1212
ARG MACHINE_GUEST_TOOLS_VERSION
1313
ADD --chmod=644 https://cartesi.github.io/linux-packages/apk/keys/cartesi-apk-key.rsa.pub /etc/apk/keys/cartesi-apk-key.rsa.pub
1414
RUN echo "https://cartesi.github.io/linux-packages/apk/stable" >> /etc/apk/repositories
15-
RUN apk update && apk add cartesi-machine-guest-tools=${MACHINE_GUEST_TOOLS_VERSION}
15+
RUN apk update && apk add cartesi-machine-guest-tools=${MACHINE_GUEST_TOOLS_VERSION} cartesi-machine-guest-libcmt-dev=${MACHINE_GUEST_TOOLS_VERSION}
1616

1717
ARG MACHINE_ASSET_TOOLS_DEV_TAR
1818
ARG MACHINE_ASSET_TOOLS_DEV_TAR_CHECKSUM

0 commit comments

Comments
 (0)