mirror of
https://github.com/newnius/Dockerfiles.git
synced 2025-06-07 00:21:56 +00:00
remove install vim to make it small
This commit is contained in:
parent
4c95ac5f04
commit
7d154bdaa6
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user