Commit be42cc5c authored by daidekun's avatar daidekun

fixbugs

parent fba3f7ac
FROM 192.168.4.36/baseimg/ubuntu
MAINTAINER kalvin "dekun.dai@quantgroup.cn"
ARG BUILD_NUMBER
ARG SYSTEM_NAME
USER root
WORKDIR /home/quant_group
RUN mkdir ${SYSTEM_NAME}
ARG BUILD_NUMBER
RUN echo "${BUILD_NUMBER}" >> ./version.txt
ADD sources.list /etc/apt/sources.list
......
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