Commit 06cf4672 authored by 智勇's avatar 智勇

调整

parent 2e6157d7
......@@ -5,6 +5,11 @@ ARG FROM_IMAGE
FROM ccr.ccs.tencentyun.com/qg-qa/jdk:1.8
# vi to vim
RUN apk add --no-cache vim && \
rm -rf /usr/bin/vi && \
ln -s /usr/bin/vim /usr/bin/vi
WORKDIR /home/quant_group
ARG SYSTEM_NAME
......@@ -13,11 +18,7 @@ ARG BUILD_SCHEMA
ENV SYSTEM_NAME=$SYSTEM_NAME \
BUILD_SCHEMA=$BUILD_SCHEMA
RUN echo -e "${BUILD_SCHEMA//@/\n}" >> ./build_info && \
# vi to vim
apk add --no-cache vim && \
rm -rf /usr/bin/vi && \
ln -s /usr/bin/vim /usr/bin/vi
RUN echo -e "${BUILD_SCHEMA//@/\n}" >> ./build_info
COPY docker-entrypoint.sh .
COPY readyCheck.sh .
......
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