Skip to content

Commit

Permalink
Debug Ruby command detection
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <[email protected]>
  • Loading branch information
prabhu committed Jan 11, 2025
1 parent 0a35f0e commit 4606c17
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ci/base-images/cdxgen/debian/Dockerfile.ruby33
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ COPY . /opt/cdxgen
RUN cd /opt/cdxgen && corepack enable && corepack pnpm install --prod --package-import-method copy && corepack pnpm cache delete \
&& mkdir -p /opt/cdxgen-node-cache \
&& node /opt/cdxgen/bin/cdxgen.js --help \
&& ls -l /root/.rbenv/versions/3.4.1/bin \
&& /root/.rbenv/versions/3.4.1/bin/ruby --version \
&& rbastgen --help \
&& rm -rf ${CDXGEN_GEM_HOME} && mkdir -p ${CDXGEN_GEM_HOME} \
&& chmod a-w -R /opt
Expand Down

0 comments on commit 4606c17

Please sign in to comment.