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