We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90d5764 commit b1b9055Copy full SHA for b1b9055
docker/install-basic-deps.sh
@@ -2,7 +2,7 @@
2
3
set -e
4
5
-pip3 install maturin~=1.9 patchelf cffi ziglang sccache>=0.4.0
+pip3 install --root-user-action maturin~=1.9 patchelf cffi ziglang sccache>=0.4.0
6
7
curl -o rustup.sh --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs
8
sh rustup.sh -y
0 commit comments