Skip to content

Instantly share code, notes, and snippets.

View vektah's full-sized avatar

Adam Scarr vektah

  • Square
  • Melbourne, Australia
View GitHub Profile

Keybase proof

I hereby claim:

  • I am vektah on github.
  • I am vektah (https://keybase.io/vektah) on keybase.
  • I have a public key ASCMcEc-0MD0rTdra-fE-11GUl_IZuDa-76EFWY5mxxrbQo

To claim this, I am signing this object:

@vektah
vektah / Dockerfile
Created March 19, 2015 10:38
centos6 with gcc 4.7.2
FROM centos:6
RUN curl -SL http://people.centos.org/tru/devtools-1.1/devtools-1.1.repo > /etc/yum.repos.d/devtools-1.1.repo
RUN curl -sL https://rpm.nodesource.com/setup | bash -
RUN yum --enablerepo=testing-1.1-devtools-6 install -y devtoolset-1.1-gcc devtoolset-1.1-gcc-c++ nodejs