Created
March 24, 2016 15:12
-
-
Save vaceletm/89be61ea4ad9aa7dc67e to your computer and use it in GitHub Desktop.
Bad dependencies epel & scl
This file contains hidden or 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:6 | |
RUN yum install -y centos-release-SCL epel-release | |
RUN yum install -y nodejs | |
RUN /usr/bin/node |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment