We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43e5d6d commit f61297eCopy full SHA for f61297e
src/Dockerfile
@@ -95,6 +95,8 @@ USER root
95
RUN apt-get update && apt-get install -y build-essential
96
USER queil
97
98
-RUN curl https://sh.rustup.rs -sSf | bash -s -- -y
+RUN curl https://sh.rustup.rs -sSf | bash -s -- -y && chown -R queil $HOME/.cargo
99
+
100
101
ENV PATH="/root/.cargo/bin:${PATH}"
102
0 commit comments