Skip to content

Commit f61297e

Browse files
committed
Rust: chown .cargo
1 parent 43e5d6d commit f61297e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ 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
98+
RUN curl https://sh.rustup.rs -sSf | bash -s -- -y && chown -R queil $HOME/.cargo
99+
99100

100101
ENV PATH="/root/.cargo/bin:${PATH}"
102+

0 commit comments

Comments
 (0)