1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 11:58:47 +00:00
This commit is contained in:
kev 2014-12-06 17:51:33 +08:00
parent ea010df35b
commit d213e955cb

@ -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