Skip to content

Commit 744cedd

Browse files
critesjoshclaude
andcommitted
Revert devcontainer changes from devnet.6-patch.1 update
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent a4678e3 commit 744cedd

2 files changed

Lines changed: 3 additions & 10 deletions

File tree

.devcontainer/Dockerfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,4 @@ RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh | b
2727

2828
# Add node and npm to path
2929
ENV PATH="${NVM_DIR}/versions/node/v${NODE_VERSION}/bin:${PATH}"
30-
RUN npm i -g yarn
31-
32-
# Install Claude Code CLI
33-
RUN npm i -g @anthropic-ai/claude-code
30+
RUN npm i -g yarn

.devcontainer/devcontainer.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,13 @@
66
"features": { "ghcr.io/devcontainers/features/docker-in-docker:2": {} },
77
"postCreateCommand": "yarn && curl -s https://install.aztec.network | NON_INTERACTIVE=1 BIN_PATH=/usr/local/bin bash -s",
88
"customizations": {
9+
// Configure properties specific to VS Code.
910
"vscode": {
11+
// Set *default* container specific settings.json values on container create.
1012
"settings": {},
1113
"extensions": ["noir-lang.vscode-noir"]
1214
}
1315
},
14-
"containerEnv": {
15-
"ANTHROPIC_API_KEY": "${localEnv:ANTHROPIC_API_KEY}"
16-
},
17-
"mounts": [
18-
"source=${localEnv:HOME}/.claude,target=/root/.claude,type=bind,consistency=cached"
19-
],
2016
"workspaceMount": "source=${localWorkspaceFolder},target=/root/workspace,type=bind",
2117
"workspaceFolder": "/root/workspace"
2218
}

0 commit comments

Comments
 (0)