FROM apachedoris/doris-dev:build-env-1.2
COPY apache-doris-0.12.0-incubating-src.tar.gz /tmp/doris.tar.gz
RUN \
cd /tmp \
&& tar -zxvf doris.tar.gz