Skip to content

Instantly share code, notes, and snippets.

@matsubo
Created January 21, 2024 15:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matsubo/ac31be9578834db85e034ac54c0b433f to your computer and use it in GitHub Desktop.
Save matsubo/ac31be9578834db85e034ac54c0b433f to your computer and use it in GitHub Desktop.
install nodejs oneliner on Ubuntu or Debian
RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash - && apt-get install -y nodejs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment