diff options
| author | Fuwn <[email protected]> | 2023-05-29 05:03:48 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-05-29 05:03:48 +0000 |
| commit | 5a3f67090ee4058679dc52cbb2d8bfcf14dca4fd (patch) | |
| tree | 6b122ac04093761fb67305ca3847080914df5e9c /Dockerfile | |
| parent | feat(locus): bump self 0.2.6 -> 0.2.7 (diff) | |
| download | september-5a3f67090ee4058679dc52cbb2d8bfcf14dca4fd.tar.xz september-5a3f67090ee4058679dc52cbb2d8bfcf14dca4fd.zip | |
ci(docker): remove problematic sccache
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ RUN curl "https://static.rust-lang.org/rustup/archive/${RUSTUP_VER}/${RUST_ARCH} && ~/.cargo/bin/rustup target add x86_64-unknown-linux-musl \ && echo "[build]\ntarget = \"x86_64-unknown-linux-musl\"" > ~/.cargo/config -RUN cargo install sccache +# RUN cargo install sccache RUN apt-get update \ && apt-get install -y gnupg2 |