File tree Expand file tree Collapse file tree 4 files changed +1499
-6
lines changed
Expand file tree Collapse file tree 4 files changed +1499
-6
lines changed Original file line number Diff line number Diff line change @@ -334,8 +334,7 @@ ENV HOME=/root
334334RUN curl -fsSL https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash \
335335 && bash -c ". $HOME/.nvm/nvm.sh \
336336 && nvm install v${NODE_VERSION} \
337- && nvm alias default v${NODE_VERSION} \
338- && npm install -g typescript yarn pnpm node-gyp @anthropic-ai/claude-code"
337+ && nvm alias default v${NODE_VERSION}"
339338
340339# Disable npm/yarn lifecycle scripts by default (security hardening)
341340# To allow specific packages, use: npm rebuild <package> or yarn rebuild <package>
Original file line number Diff line number Diff line change @@ -126,8 +126,7 @@ USER gitpod
126126# Fix node version we develop against
127127ARG GITPOD_NODE_VERSION=22.17.0
128128RUN bash -c ". .nvm/nvm.sh \
129- && nvm install $GITPOD_NODE_VERSION \
130- && npm install -g typescript yarn @anthropic-ai/claude-code"
129+ && nvm install $GITPOD_NODE_VERSION"
131130ENV PATH=/home/gitpod/.nvm/versions/node/v${GITPOD_NODE_VERSION}/bin:$PATH
132131
133132# Install npm-tools with locked dependencies
You can’t perform that action at this time.
0 commit comments