difftreelog
ci reduce layer count
in: master
1 file changed
build/Dockerfilediffbeforeafterboth1FROM alpine:edge1FROM alpine:edge223RUN apk add --no-cache \3RUN apk add --no-cache \4 gcc \4 clang gcc g++ make cmake curl \5 make \6 g++ \7 curl \8 cmake \9 clang \10 linux-headers5 openjdk8-jre-base \11RUN apk add --no-cache rustup && rustup-init --default-toolchain nightly -y -t wasm32-wasi6 rustup && \7 rustup-init --default-toolchain nightly -y -t wasm32-wasi12ENV PATH /root/.rustup/toolchains/nightly-x86_64-unknown-linux-musl/bin/:/root/.cargo/bin/:${PATH}8ENV PATH /root/.rustup/toolchains/nightly-x86_64-unknown-linux-musl/bin/:/root/.cargo/bin/:${PATH}139