From ea010df35bab336126c25d5e8c213d89b951dce8 Mon Sep 17 00:00:00 2001 From: kev Date: Sat, 6 Dec 2014 17:37:54 +0800 Subject: [PATCH] update --- ghost/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ghost/Dockerfile b/ghost/Dockerfile index fd5325b..3d90d81 100644 --- a/ghost/Dockerfile +++ b/ghost/Dockerfile @@ -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