You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
iot/labs/doris/Dockerfile

5 lines
155 B

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