File tree 1 file changed +1
-4
lines changed
ci/base-images/cdxgen/debian 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,9 @@ ENV PATH=${PATH}:/usr/local/bin:/opt/pypi/bin:/opt/cdxgen/node_modules/.bin:
19
19
COPY . /opt/cdxgen
20
20
21
21
RUN cd /opt/cdxgen && corepack enable && corepack pnpm install --config.strict-dep-builds=true --prod --package-import-method copy --frozen-lockfile && corepack pnpm cache delete \
22
- && npm install -g @appthreat/atom-parsetools \
23
22
&& mkdir -p /opt/cdxgen-node-cache \
24
23
&& node /opt/cdxgen/bin/cdxgen.js --help \
25
- && pip install --upgrade --no-cache-dir atom-tools --target /opt/pypi \
26
- && rbastgen --help \
27
- && rm -rf ${CDXGEN_GEM_HOME} && mkdir -p ${CDXGEN_GEM_HOME} \
24
+ && pip install --upgrade --no-cache-dir blint --target /opt/pypi \
28
25
&& rm -rf /root/.cache/node \
29
26
&& chmod a-w -R /opt
30
27
WORKDIR /app
You can’t perform that action at this time.
0 commit comments