From d213e955cbf4de9e496f7bd0fd39c1a9e334fb21 Mon Sep 17 00:00:00 2001 From: kev Date: Sat, 6 Dec 2014 17:51:33 +0800 Subject: [PATCH] update --- ghost/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ghost/Dockerfile b/ghost/Dockerfile index 3d90d81..f5dfa50 100644 --- a/ghost/Dockerfile +++ b/ghost/Dockerfile @@ -1,9 +1,9 @@ FROM ubuntu:14.04 MAINTAINER kev -RUN add-apt-repository -y ppa:chris-lea/node.js -RUN apt-get update -RUN apt-get install -y nodejs npm wget unzip +ADD https://deb.nodesource.com/setup / +RUN bash setup +RUN apt-get install -y build-essential nodejs wget unzip WORKDIR /tmp RUN wget https://ghost.org/zip/ghost-latest.zip