1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-07-15 01:14:25 +02:00
This commit is contained in:
kev
2014-12-06 17:51:33 +08:00
parent ea010df35b
commit d213e955cb

View File

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