wip: add rust toolchain
This commit is contained in:
parent
6f5f08e59a
commit
6760038eb5
@ -115,7 +115,8 @@ RUN curl -sS https://starship.rs/install.sh | sh -s -- --yes \
|
||||
&& mkdir -p /usr/local/lib/docker/cli-plugins \
|
||||
&& curl -L ${DC_URL} -o /usr/local/lib/docker/cli-plugins/docker-compose \
|
||||
&& chmod 750 /usr/local/lib/docker/cli-plugins/docker-compose \
|
||||
&& chgrp --recursive docker /usr/local/lib/docker
|
||||
&& chgrp --recursive docker /usr/local/lib/docker \
|
||||
&& curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
||||
|
||||
USER coder
|
||||
WORKDIR /home/coder
|
||||
|
Loading…
x
Reference in New Issue
Block a user