Skip to content

Instantly share code, notes, and snippets.

@you21979
Last active April 26, 2016 09:26
Show Gist options
  • Save you21979/0d16dcb22db8105a638329e504640a3d to your computer and use it in GitHub Desktop.
Save you21979/0d16dcb22db8105a638329e504640a3d to your computer and use it in GitHub Desktop.
docker install
FROM centos:7
RUN curl -sL https://rpm.nodesource.com/setup_4.x | bash -
RUN yum install -y nodejs gcc-c++ make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment