File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ RUN set -e; \
33
33
;; \
34
34
*) echo >&2 "error: unsupported architecture: '$ARCH_NAME'"; exit 1 ;; \
35
35
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 \
37
37
&& curl -L https://github.com/AppThreat/atom/releases/latest/download/atom-${ATOM_ARCH_SUFFIX} -o /usr/local/bin/atom \
38
38
&& chmod +x /usr/local/bin/atom \
39
39
&& /usr/local/bin/atom --help \
You can’t perform that action at this time.
0 commit comments