Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
liuchengxu committed Jul 5, 2024
1 parent d99cb63 commit e9faf7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This is an example build stage for the node template. Here we create the binary in a temporary image.

# This is a base image to build substrate nodes
FROM ubuntu:22.04 as builder
FROM ubuntu:22.04 AS builder

ARG PROFILE=production

Expand All @@ -18,7 +18,7 @@ RUN \
clang \
cmake \
make && \
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y

RUN /root/.cargo/bin/rustup target add wasm32-unknown-unknown

Expand Down

0 comments on commit e9faf7e

Please sign in to comment.