Skip to content

Commit

Permalink
Set env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
sieniven committed Dec 20, 2023
1 parent 349441f commit 64ab631
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ain-builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,4 @@ RUN wget --progress=dot:giga -O - "https://apt.llvm.org/llvm.sh" | bash -s ${CLA
# hadolint ignore=DL4001
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- \
--default-toolchain="${RUST_DEFAULT_VERSION}" -y
ENV PATH=/root/.cargo/bin:$PATH

0 comments on commit 64ab631

Please sign in to comment.