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 \