mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-25 02:04:06 +02:00
update
This commit is contained in:
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
|
||||
|
Loading…
Reference in New Issue
Block a user