Skip to content

Commit b09c3da

Browse files
committed
feat(container): reduce pre-installed packages.
1 parent 48acf62 commit b09c3da

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

container/Containerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ RUN set -eux; \
8484
RUN npm install -g pnpm@latest \
8585
&& npx playwright install --with-deps --no-shell chromium \
8686
&& pnpm config set store-dir /home/opencode/.pnpm-store \
87-
&& npm install -g @fission-ai/openspec@latest \
8887
&& npm install -g agent-browser \
8988
&& rm -rf /var/lib/apt/lists/*
9089

0 commit comments

Comments
 (0)