We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48acf62 commit b09c3daCopy full SHA for b09c3da
1 file changed
container/Containerfile
@@ -84,7 +84,6 @@ RUN set -eux; \
84
RUN npm install -g pnpm@latest \
85
&& npx playwright install --with-deps --no-shell chromium \
86
&& pnpm config set store-dir /home/opencode/.pnpm-store \
87
- && npm install -g @fission-ai/openspec@latest \
88
&& npm install -g agent-browser \
89
&& rm -rf /var/lib/apt/lists/*
90
0 commit comments