Updated the devcontainer to support rust-script

main
Oliver Stolle3024383 2026-05-28 16:27:19 +00:00
parent e0be7335cf
commit 4285f54aee
3 changed files with 7 additions and 1 deletions

View File

@ -0,0 +1,3 @@
FROM mcr.microsoft.com/devcontainers/rust:1-1-bullseye
RUN cargo install rust-script

View File

View File

@ -1,6 +1,9 @@
{
"name": "Präsentation-Rust Container",
"image": "mcr.microsoft.com/devcontainers/rust:1-1-bullseye",
"build": {
"dockerfile": "Dockerfile"
},
"customizations": {
"vscode": {