Skip to content

Commit b1b9055

Browse files
committed
fixed pip
1 parent 90d5764 commit b1b9055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/install-basic-deps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -e
44

5-
pip3 install maturin~=1.9 patchelf cffi ziglang sccache>=0.4.0
5+
pip3 install --root-user-action maturin~=1.9 patchelf cffi ziglang sccache>=0.4.0
66

77
curl -o rustup.sh --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs
88
sh rustup.sh -y

0 commit comments

Comments
 (0)