Skip to content

Commit

Permalink
Merge pull request #20 from gofractally/more-rust-tooling
Browse files Browse the repository at this point in the history
Add more rust & wasm tooling
  • Loading branch information
James-Mart committed Feb 5, 2024
2 parents 3e8089f + aeed42e commit c03ddb0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker/psibase-contributor.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,10 @@ RUN mkdir -p ${PSINODE_PATH} \
# Copy in tool config
COPY --from=ghcr.io/gofractally/https-tool-config / /


# Install nice-to-have rust/wasm tooling
RUN $CARGO_HOME/bin/cargo install \
cargo-edit \
wasm-tools

# Expose ports
## Psinode
Expand Down
1 change: 1 addition & 0 deletions docker/ubuntu-2004-builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ RUN cd /root \
&& ./rustup.sh -y --no-modify-path \
&& /opt/cargo/bin/rustup target add wasm32-wasi \
&& /opt/cargo/bin/cargo install \
cargo-component \
mdbook \
mdbook-linkcheck \
mdbook-mermaid \
Expand Down
1 change: 1 addition & 0 deletions docker/ubuntu-2204-builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ RUN cd /root \
&& ./rustup.sh -y --no-modify-path \
&& /opt/cargo/bin/rustup target add wasm32-wasi \
&& /opt/cargo/bin/cargo install \
cargo-component \
mdbook \
mdbook-linkcheck \
mdbook-mermaid \
Expand Down

0 comments on commit c03ddb0

Please sign in to comment.