diff --git a/tools/docker/Dockerfile.centos8.1 b/tools/docker/Dockerfile.centos8.1 index 55ca7ba6..bfa8b7fe 100644 --- a/tools/docker/Dockerfile.centos8.1 +++ b/tools/docker/Dockerfile.centos8.1 @@ -66,8 +66,7 @@ ENV OCCLUM_RUST_VERSION=nightly-2020-09-08 RUN curl https://sh.rustup.rs -sSf | \ sh -s -- --default-toolchain ${OCCLUM_RUST_VERSION} -y && \ rm -rf /root/.cargo/registry && rm -rf /root/.cargo/git && \ - cargo -V && \ - cargo install sccache + cargo -V # Install Occlum toolchain COPY toolchains/musl-gcc /tmp/musl-gcc diff --git a/tools/docker/Dockerfile.ubuntu18.04 b/tools/docker/Dockerfile.ubuntu18.04 index cfbe5957..3e6d09c2 100644 --- a/tools/docker/Dockerfile.ubuntu18.04 +++ b/tools/docker/Dockerfile.ubuntu18.04 @@ -78,8 +78,7 @@ ENV OCCLUM_RUST_VERSION=nightly-2020-09-08 RUN curl https://sh.rustup.rs -sSf | \ sh -s -- --default-toolchain ${OCCLUM_RUST_VERSION} -y && \ rm -rf /root/.cargo/registry && rm -rf /root/.cargo/git && \ - cargo -V && \ - cargo install sccache + cargo -V # Install Occlum toolchain COPY toolchains/musl-gcc /tmp/musl-gcc