1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-28 09:08:36 +02:00

upgrage ghost-arm to 0.11.3

This commit is contained in:
kev 2016-11-04 23:55:18 +08:00
parent ce44efc087
commit c2052b1d09

View File

@ -5,7 +5,7 @@
FROM easypi/alpine-arm
MAINTAINER EasyPi Software Foundation
ENV GHOST_VER 0.11.2
ENV GHOST_VER 0.11.3
ENV GHOST_URL https://ghost.org/archives/ghost-$GHOST_VER.zip
ENV GHOST_SOURCE /usr/src/ghost
ENV GHOST_CONTENT /var/lib/ghost
@ -15,7 +15,7 @@ VOLUME $GHOST_CONTENT
RUN set -ex \
&& apk add -U bash \
nodejs-lts \
nodejs \
&& apk add -t TMP build-base \
curl \
python \