diff --git a/hexo/Dockerfile b/hexo/Dockerfile index 15b0ab1..2613ba0 100644 --- a/hexo/Dockerfile +++ b/hexo/Dockerfile @@ -4,7 +4,7 @@ MAINTAINER Newnius RUN apk --no-cache add git -RUN npm install hexo-cli@3.4.4 -g +RUN npm install hexo-cli -g ADD bootstrap.sh /etc/bootstrap.sh