Skip to content

Commit 4ca2262

Browse files
committed
--profile research doesn't work without optional packages
Signed-off-by: Prabhu Subramanian <[email protected]>
1 parent d8c8ff3 commit 4ca2262

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/base-images/cdxgen/Dockerfile.node20

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ RUN set -e; \
3333
;; \
3434
*) echo >&2 "error: unsupported architecture: '$ARCH_NAME'"; exit 1 ;; \
3535
esac \
36-
&& cd /opt/cdxgen && corepack enable && corepack pnpm install --config.strict-dep-builds=true --prod --package-import-method copy --no-optional --frozen-lockfile && corepack pnpm cache delete \
36+
&& cd /opt/cdxgen && corepack enable && corepack pnpm install --config.strict-dep-builds=true --prod --package-import-method copy --frozen-lockfile && corepack pnpm cache delete \
3737
&& curl -L https://github.com/AppThreat/atom/releases/latest/download/atom-${ATOM_ARCH_SUFFIX} -o /usr/local/bin/atom \
3838
&& chmod +x /usr/local/bin/atom \
3939
&& /usr/local/bin/atom --help \

0 commit comments

Comments
 (0)