Commit b302022a authored by 智勇's avatar 智勇

install vi in node

parent 4a0c3812
...@@ -11,5 +11,6 @@ RUN set -ex \ ...@@ -11,5 +11,6 @@ RUN set -ex \
&& apt-get install -y git \ && apt-get install -y git \
&& apt-get install -y telnet \ && apt-get install -y telnet \
&& apt-get install -y iputils-ping \ && apt-get install -y iputils-ping \
&& apt-get install -y vim \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment