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:37:54 +08:00
parent c2c011f965
commit ea010df35b

View File

@ -1,8 +1,7 @@
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 add-apt-repository -y ppa:chris-lea/node.js
RUN apt-get update
RUN apt-get install -y nodejs npm wget unzip