We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6f974f commit 2bc6081Copy full SHA for 2bc6081
Dockerfile
@@ -1,6 +1,4 @@
1
FROM archlinux:base-devel
2
3
-RUN pacman --noconfirm -Syu && pacman --needed --noconfirm -S rustup libinput
4
-RUN pacman -Scc --noconfirm
5
-
6
-RUN rustup toolchain install stable
+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
0 commit comments