Skip to content

Commit

Permalink
chore: Update devcontainer definition
Browse files Browse the repository at this point in the history
This commit does two things:

- Removes `module-deps` as an NPM dependency, since we no longer
  need/use it.
- Adds `protobuf-compiler` as an Apt dependency, since we need it to
  build our gRPC server definition.

Signed-off-by: Andrew Lilley Brinker <[email protected]>
  • Loading branch information
alilleybrinker authored and mchernicoff committed Sep 17, 2024
1 parent e0892bb commit 32ae9d0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"ghcr.io/devcontainers/features/node:1": {}
},
"postCreateCommand": {
"module-deps": "npm install -g [email protected] --no-audit --no-fund",
"openssl": "sudo apt-get install libssl-dev"
"openssl": "sudo apt-get install libssl-dev protobuf-compiler"
}
}

0 comments on commit 32ae9d0

Please sign in to comment.