remove install vim to make it small

This commit is contained in:
newnius 2017-03-30 17:11:20 +08:00
parent 4c95ac5f04
commit 7d154bdaa6

View File

@ -2,7 +2,7 @@ FROM node:latest
MAINTAINER Newnius <newnius.cn@gmail.com>
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