1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-20 22:08:39 +00:00

fix ghost

This commit is contained in:
kev 2017-05-25 17:40:28 +08:00
parent 0dd5a39c61
commit d18f0c57e3

@ -16,6 +16,7 @@ VOLUME $GHOST_CONTENT
RUN set -ex \
&& apk add -U bash \
nodejs \
nodejs-npm \
&& apk add -t TMP build-base \
curl \
python \