We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ace0e9d commit 584fda3Copy full SHA for 584fda3
1 file changed
.devcontainer/devcontainer.json
@@ -4,8 +4,7 @@
4
"dockerfile": "Dockerfile"
5
},
6
"features": { "ghcr.io/devcontainers/features/docker-in-docker:2": {} },
7
- "postCreateCommand": "yarn && VERSION=4.0.0-nightly.20260204 bash -i <(curl -sL https://install.aztec.network/4.0.0-nightly.20260204) | NON_INTERACTIVE=1 BIN_PATH=/usr/local/bin bash -s",
8
- "customizations": {
+ "postCreateCommand": "yarn && curl -fsSL https://install.aztec.network/4.0.0-nightly.20260204 | VERSION=4.0.0-nightly.20260204 NON_INTERACTIVE=1 BIN_PATH=/usr/local/bin bash -s", "customizations": {
9
// Configure properties specific to VS Code.
10
"vscode": {
11
// Set *default* container specific settings.json values on container create.
0 commit comments