Created
January 21, 2024 15:05
-
-
Save matsubo/ac31be9578834db85e034ac54c0b433f to your computer and use it in GitHub Desktop.
install nodejs oneliner on Ubuntu or Debian
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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