Commit dedbfea1 authored by 智勇's avatar 智勇

java 删除 vi

parent 5c661f8e
...@@ -5,11 +5,6 @@ ARG FROM_IMAGE ...@@ -5,11 +5,6 @@ ARG FROM_IMAGE
FROM ccr.ccs.tencentyun.com/qg-qa/jdk:1.8 FROM ccr.ccs.tencentyun.com/qg-qa/jdk:1.8
# vi to vim
RUN apk add vim && \
rm -rf /usr/bin/vi && \
ln -s /usr/bin/vim /usr/bin/vi
WORKDIR /home/quant_group WORKDIR /home/quant_group
ARG SYSTEM_NAME ARG SYSTEM_NAME
......
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