mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-04-20 12:29:16 +00:00
ghost: 0.11.10
This commit is contained in:
parent
385a865b95
commit
3c2eba6de2
@ -1,6 +1,6 @@
|
|||||||
FROM alpine:3.6
|
FROM alpine:3.6
|
||||||
|
|
||||||
ARG GHOST_VERSION=0.11.9
|
ARG GHOST_VERSION=0.11.10
|
||||||
|
|
||||||
ENV GHOST_NODE_VERSION_CHECK=false \
|
ENV GHOST_NODE_VERSION_CHECK=false \
|
||||||
GID=991 \
|
GID=991 \
|
||||||
@ -33,8 +33,8 @@ RUN echo "@commuedge https://nl.alpinelinux.org/alpine/edge/community" >> /etc/a
|
|||||||
grep \
|
grep \
|
||||||
tini@commuedge \
|
tini@commuedge \
|
||||||
su-exec \
|
su-exec \
|
||||||
nodejs \
|
nodejs-current \
|
||||||
nodejs-npm \
|
nodejs-current-npm \
|
||||||
&& wget -q https://github.com/TryGhost/Ghost/releases/download/${GHOST_VERSION}/Ghost-${GHOST_VERSION}.zip -P /tmp \
|
&& 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 \
|
&& unzip -q /tmp/Ghost-${GHOST_VERSION}.zip -d /ghost \
|
||||||
&& cd /ghost \
|
&& cd /ghost \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user