build.sh 270 B

12345678910
  1. #!/usr/bin/env bash
  2. apt-get update && \
  3. apt-get install -y libfontconfig zip npm git apt-transport-https ca-certificates curl openssl && \
  4. npm i -g npm && \
  5. npm cache clean -f && \
  6. npm install -g n && \
  7. n stable && \
  8. node --version && \
  9. npm --version && \
  10. bundle install