Skip to content

Instantly share code, notes, and snippets.

@vaceletm
Created March 24, 2016 15:12
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 vaceletm/89be61ea4ad9aa7dc67e to your computer and use it in GitHub Desktop.
Save vaceletm/89be61ea4ad9aa7dc67e to your computer and use it in GitHub Desktop.
Bad dependencies epel & scl
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