Installation de tous les composants dans le conteneur #11

Merged
tipragot merged 1 commit from fix-dockerfile into main 2024-01-27 13:23:12 +00:00

View file

@ -1,3 +1,4 @@
FROM mcr.microsoft.com/devcontainers/rust:0-1-bullseye FROM mcr.microsoft.com/devcontainers/rust:0-1-bullseye
RUN rustup default nightly RUN rustup install nightly --profile default
RUN rustup default nightly