update hexo, minimize size

This commit is contained in:
Newnius 2018-01-15 15:35:37 +08:00
parent 57fd80c461
commit 88a4c2166f

View File

@ -2,7 +2,7 @@ FROM node:9.3-alpine
MAINTAINER Newnius <newnius.cn@gmail.com> MAINTAINER Newnius <newnius.cn@gmail.com>
RUN apk update && apk add git RUN apk --no-cache add git
RUN npm install hexo-cli -g RUN npm install hexo-cli -g