From 5b3d77839a4e78b54bfd13dff4daf4bfdde323ae Mon Sep 17 00:00:00 2001 From: Jimmy song Date: Thu, 25 Jul 2019 16:57:08 +0800 Subject: [PATCH] Install gitbook --- scripts/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Dockerfile b/scripts/Dockerfile index 51e8872e2..876995802 100644 --- a/scripts/Dockerfile +++ b/scripts/Dockerfile @@ -31,4 +31,4 @@ RUN apk add --no-cache --virtual build-dependencies \ # Install gitbook RUN npm install gitbook-cli -g && \ - npm install gitbook -g + gitbook -V