You've already forked dockerfiles
mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-07-17 01:22:25 +02:00
update
This commit is contained in:
@ -1,9 +1,9 @@
|
|||||||
FROM ubuntu:14.04
|
FROM ubuntu:14.04
|
||||||
MAINTAINER kev
|
MAINTAINER kev
|
||||||
|
|
||||||
RUN add-apt-repository -y ppa:chris-lea/node.js
|
ADD https://deb.nodesource.com/setup /
|
||||||
RUN apt-get update
|
RUN bash setup
|
||||||
RUN apt-get install -y nodejs npm wget unzip
|
RUN apt-get install -y build-essential nodejs wget unzip
|
||||||
|
|
||||||
WORKDIR /tmp
|
WORKDIR /tmp
|
||||||
RUN wget https://ghost.org/zip/ghost-latest.zip
|
RUN wget https://ghost.org/zip/ghost-latest.zip
|
||||||
|
Reference in New Issue
Block a user