File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1414 run : |
1515 echo "$SPECIAL_KEY"
1616 echo "done"
17- export DEBIAN_FRONTEND=noninteractive && apt-get -y update && apt-get -y upgrade && apt-get -y install unzip curl openjdk-16-jre-headless git openjdk-13-jre-headless git ruby npm openssh-client && \
18- [ -x /usr/bin/gem2.7 ] && gem install bundler:2.2.15 && \
19- [ -x /usr/share/npm/bin/npm-cli.js ] && npm install --global yarn && \
17+ export DEBIAN_FRONTEND=noninteractive && sudo apt-get -y update && sudo apt-get -y upgrade && sudo apt-get -y install unzip curl openjdk-16-jre-headless git openjdk-13-jre-headless git ruby npm openssh-client && \
18+ [ -x /usr/bin/gem2.7 ] && sudo gem install bundler:2.2.15 && \
19+ [ -x /usr/share/npm/bin/npm-cli.js ] && sudo npm install --global yarn && \
2020 [ -x /usr/local/lib/node_modules/yarn/bin/yarn.js ] && curl -L -o /tmp/dependency-check.zip https://github.com/jeremylong/DependencyCheck/releases/download/v6.1.6/dependency-check-6.1.6-release.zip && \
2121 cd /tmp && mkdir -p ~/.ssh/ && chmod 700 ~/.ssh/ && \
2222 unzip dependency-check.zip && \
You can’t perform that action at this time.
0 commit comments