react-tiny-components-prese.../Dockerfile.nodebase
2015-09-29 22:04:16 -04:00

8 lines
223 B
Docker

FROM ubuntu:15.04
RUN apt-get update && apt-get -y install curl build-essential python apt-utils git vim
RUN curl https://deb.nodesource.com/setup_4.x | bash
RUN apt-get -y install nodejs
RUN npm install -g babel
CMD bash