1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-25 02:04:06 +02:00
This commit is contained in:
kev 2014-12-06 17:35:24 +08:00
parent 832579a565
commit c2c011f965

View File

@ -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