diff --git a/hexo/Dockerfile b/hexo/Dockerfile index 802bcef..33cf46c 100644 --- a/hexo/Dockerfile +++ b/hexo/Dockerfile @@ -2,7 +2,7 @@ FROM node:latest MAINTAINER Newnius -RUN apt-get -y update && apt-get -y install git && apt-get install -y vim && npm install -g hexo-cli +RUN apt-get -y update && apt-get -y install git && npm install -g hexo-cli RUN npm install hexo-generator-feed --save