Skip to content

Commit a44e635

Browse files
committed
Install Make.
1 parent 78064e4 commit a44e635

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.devcontainer/devcontainer.json

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
"remoteEnv": {
55
"PATH": "${containerEnv:PATH}:/usr/local/lib/wasi-sdk-20.0/bin:/usr/local/lib"
66
},
7+
"onCreateCommand": "apt update",
8+
"postCreateCommand": "apt install -y make",
79
"features": {
810
"devwasm.azurecr.io/dev-wasm/dev-wasm-feature/wasmtime-wasi:0.0.15": {
911
"version": "20",

0 commit comments

Comments
 (0)