From 04a8637f077e160b9c6307158b0db950ee35b749 Mon Sep 17 00:00:00 2001 From: Joao P Dubas Date: Sat, 11 Nov 2023 09:31:08 -0300 Subject: [PATCH] wip: add rust toolchain --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d2acd84..d0abfdc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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