File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- FROM ghcr.io/hyperlight-dev/hyperlight-wasm-devcontainer:latest
2- RUN cargo install wac-cli
1+ FROM docker.io/jsturtevant/hl-wasm:latest
32RUN cargo install --git https://github.com/hyperlight-dev/hyperlight-wasm hyperlight-wasm-aot
4- RUN cargo install cargo-component --locked
Original file line number Diff line number Diff line change 1919 "runArgs" : [
2020 " --device=/dev/kvm"
2121 ],
22- "postStartCommand" : " bash .devcontainer/setup.sh" ,
22+ "postStartCommand" : " bash .devcontainer/setup.sh"
2323}
Original file line number Diff line number Diff line change 22
33# Change device ownership
44sudo chown -R $REMOTE_USER :$REMOTE_GROUP $DEVICE
5+ # resolves a npm bug related to these being set to root
6+ sudo chown -R vscode " /home/vscode/.npm"
You can’t perform that action at this time.
0 commit comments