github.com/matrixorigin/matrixone@v1.2.0/optools/compose_bvt/Dockerfile.tester (about) 1 FROM matrixorigin/tester:go1.21.5-jdk8 2 3 WORKDIR / 4 5 RUN git clone https://github.com/matrixorigin/mo-tester.git && apt update && apt install -y mariadb-client 6 7 COPY . /matrixone 8 9 RUN cd mo-tester && sed -i 's/127.0.0.1/cn0/g' mo.yml 10 11 ENV LC_ALL 'C.UTF-8' 12 13 CMD ["/matrixone/optools/compose_bvt/entrypoint.sh"]