react-tiny-components-prese.../Dockerfile.nodebase

8 lines
223 B
Docker
Raw Normal View History

2015-09-30 02:04:16 +00:00
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