Skip to content

Commit

Permalink
rusk: change Dockerfile to run with archive
Browse files Browse the repository at this point in the history
  • Loading branch information
Neotamandua committed Nov 28, 2024
1 parent 3ffdec3 commit bfe5959
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ RUN ARCH="$(echo $TARGETPLATFORM | sed 's/linux\///')" && \
# Generate keys and compile genesis contracts
RUN make keys
RUN make wasm
RUN cargo b --release -p rusk
# Build rusk without default features and include all-features
# This includes the archive feature
RUN cargo build --release --no-default-features --features all-features

# --- Run stage ---
FROM debian:bookworm-slim
Expand Down

0 comments on commit bfe5959

Please sign in to comment.