wip: add rust toolchain

This commit is contained in:
Joao P Dubas 2023-11-11 09:31:08 -03:00
parent 20c5f4f816
commit 3b0b3fea43

View File

@ -116,7 +116,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