Skip to content

Commit

Permalink
Ensure rust is available in the enviroment
Browse files Browse the repository at this point in the history
  • Loading branch information
morr0ne committed Jan 14, 2025
1 parent 2bc6081 commit d142aab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ FROM archlinux:base-devel

RUN pacman --noconfirm -Syu && pacman --needed --noconfirm -S libinput && pacman -Scc --noconfirm
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain stable --no-modify-path

ENV PATH="/root/.cargo/bin:${PATH}"

0 comments on commit d142aab

Please sign in to comment.