File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ RUN addgroup -g 1001 pythongroup && \
6262# Install anthropic sandbox runtime and dependencies
6363RUN --mount=type=cache,target=/var/cache/apk,rw \
6464 apk add \
65- nodejs npm bubblewrap socat ripgrep
65+ nodejs npm node-gyp bubblewrap socat ripgrep
6666
6767# Install sandbox runtime from a specific commit of the GitHub repo without using global prefix
6868# This avoids scope-related rename issues in global node_modules
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ ARG BUILDPLATFORM
1010ARG TOOLS_NODE_VERSION
1111
1212RUN echo "Installing on $BUILDPLATFORM" \
13- && apk add --no-cache curl bash openssl unzip ca-certificates nginx supervisor "nodejs~${TOOLS_NODE_VERSION}" npm \
13+ && apk add --no-cache curl bash openssl unzip ca-certificates nginx supervisor "nodejs~${TOOLS_NODE_VERSION}" npm node-gyp \
1414 && update-ca-certificates
1515
1616ENV DO_NOT_TRACK=1
You can’t perform that action at this time.
0 commit comments