Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
KagChi authored Jun 27, 2024
1 parent 4a09503 commit ccee7f7
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 @@ -8,11 +8,13 @@ RUN apt-get update && \
apt-get install -y curl gcc g++ cmake make

# Step 2: Install Rust
RUN curl -sSf https://sh.rustup.rs | sh -s -- --profile minimal --default-toolchain nightly -y && rustup component add rust-src --toolchain nightly-aarch64-unknown-linux-gnu
RUN curl -sSf https://sh.rustup.rs | sh -s -- --profile minimal --default-toolchain nightly -y

# Step 3: Set environment variables
ENV PATH="/root/.cargo/bin:${PATH}"

RUN rustup component add rust-src --toolchain nightly-aarch64-unknown-linux-gnu

WORKDIR /build

# Step 4: Copy necessary files
Expand Down

0 comments on commit ccee7f7

Please sign in to comment.