Last active
June 14, 2016 14:05
-
-
Save Billy-/af15adf04cdd27d8fb7bd101d825d9d7 to your computer and use it in GitHub Desktop.
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
FROM centos:7 | |
RUN curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.31.1/install.sh | bash \ | |
&& source /root/.nvm/nvm.sh \ | |
&& nvm install 5.0 |
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
FROM centos-node | |
RUN /bin/bash -c ". root/bashrc && npm install -g sinopia" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment