update ghost dockerfile

This commit is contained in:
Wonderfall
2017-02-20 15:30:47 +01:00
parent 2d65a8c5d0
commit 58764d7722
6 changed files with 798 additions and 75 deletions

View File

@ -1,4 +1,4 @@
FROM mhart/alpine-node-auto:6
FROM alpine:edge
ARG GHOST_VERSION=0.11.4
@ -27,12 +27,13 @@ VOLUME /ghost/content
RUN echo "@commuedge https://nl.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories \
&& apk -U add \
openssl \
libressl \
ca-certificates \
bash \
grep \
tini@commuedge \
su-exec \
nodejs \
&& wget -q https://github.com/TryGhost/Ghost/releases/download/${GHOST_VERSION}/Ghost-${GHOST_VERSION}.zip -P /tmp \
&& unzip -q /tmp/Ghost-${GHOST_VERSION}.zip -d /ghost \
&& cd /ghost \