FROM node:8
LABEL maintainer="ROY XU <[email protected]>"
RUN npm install gitbook-cli -g \
&& gitbook fetch 3 \
&& npm cache clean --force \
&& rm -rf /tmp/* \
&& gitbook --version
RUN npm cache add [email protected] \
&& npm cache add [email protected] \
&& npm cache add [email protected]
Content type
Image
Digest
Size
539.4 MB
Last updated
almost 9 years ago
docker pull qqbuby/gitbook:3.2