From c2c011f9655eb7e1c8d8739c3606e7ddd9d90f18 Mon Sep 17 00:00:00 2001 From: kev Date: Sat, 6 Dec 2014 17:35:24 +0800 Subject: [PATCH] update --- ghost/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ghost/Dockerfile b/ghost/Dockerfile index f5ef406..fd5325b 100644 --- a/ghost/Dockerfile +++ b/ghost/Dockerfile @@ -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