chore: dev container post create install cross

This commit is contained in:
Jack Wills
2023-01-18 01:58:53 +00:00
parent 9a27d46a04
commit 2d253f0341
+2
View File
@@ -16,6 +16,8 @@
"seccomp=unconfined" "seccomp=unconfined"
], ],
"postCreateCommand": "cargo install cross",
"mounts": [ "mounts": [
"source=/etc/timezone,target=/etc/timezone,type=bind,readonly" "source=/etc/timezone,target=/etc/timezone,type=bind,readonly"
], ],