Skip to content

Commit 2bc6081

Browse files
committed
Install rust via official rustup
1 parent b6f974f commit 2bc6081

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Dockerfile

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
FROM archlinux:base-devel
22

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

0 commit comments

Comments
 (0)