diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 5dca4c6..0cdbe41 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -17,7 +17,7 @@ "seccomp=unconfined" ], - "postCreateCommand": "cargo install cross typos-cli", + "postCreateCommand": "rustup target add x86_64-unknown-linux-musl && cargo install cross typos-cli", "mounts": [ "source=/etc/timezone,target=/etc/timezone,type=bind,readonly"