1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 11:58:47 +00:00
This commit is contained in:
kev 2014-12-06 17:35:24 +08:00
parent 832579a565
commit c2c011f965

@ -1,6 +1,8 @@
FROM ubuntu:14.04
MAINTAINER kev
RUN apt-get install python-software-properties python g++ make
RUN add-apt-repository ppa:chris-lea/node.js
RUN apt-get update
RUN apt-get install -y nodejs npm wget unzip