Skip to content

Commit 3908cfd

Browse files
committed
Revert "Rust: chown .cargo"
This reverts commit f61297e.
1 parent f61297e commit 3908cfd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,6 @@ USER root
9595
RUN apt-get update && apt-get install -y build-essential
9696
USER queil
9797

98-
RUN curl https://sh.rustup.rs -sSf | bash -s -- -y && chown -R queil $HOME/.cargo
99-
98+
RUN curl https://sh.rustup.rs -sSf | bash -s -- -y
10099

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

0 commit comments

Comments
 (0)