chore: devcontainer install x86 musl target

This commit is contained in:
Jack Wills
2023-03-01 21:34:16 +00:00
parent ec962295a8
commit e650034d50
+1 -1
View File
@@ -17,7 +17,7 @@
"seccomp=unconfined" "seccomp=unconfined"
], ],
"postCreateCommand": "cargo install cross typos-cli", "postCreateCommand": "rustup target add x86_64-unknown-linux-musl && cargo install cross typos-cli",
"mounts": [ "mounts": [
"source=/etc/timezone,target=/etc/timezone,type=bind,readonly" "source=/etc/timezone,target=/etc/timezone,type=bind,readonly"