Commit 46f1b30a authored by 智勇's avatar 智勇

no-cache

parent f978f600
...@@ -6,7 +6,7 @@ ARG FROM_IMAGE ...@@ -6,7 +6,7 @@ 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 # vi to vim
RUN apk add --no-cache vim && \ RUN apk add vim && \
rm -rf /usr/bin/vi && \ rm -rf /usr/bin/vi && \
ln -s /usr/bin/vim /usr/bin/vi ln -s /usr/bin/vim /usr/bin/vi
......
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