From d18f0c57e3e9ab9872b8e1a993cd54615b7cba14 Mon Sep 17 00:00:00 2001 From: kev Date: Thu, 25 May 2017 17:40:28 +0800 Subject: [PATCH] fix ghost --- ghost/arm/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/ghost/arm/Dockerfile b/ghost/arm/Dockerfile index 6a1df9f..60fcfb9 100644 --- a/ghost/arm/Dockerfile +++ b/ghost/arm/Dockerfile @@ -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 \