aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-05-29 05:03:48 +0000
committerFuwn <[email protected]>2023-05-29 05:03:48 +0000
commit5a3f67090ee4058679dc52cbb2d8bfcf14dca4fd (patch)
tree6b122ac04093761fb67305ca3847080914df5e9c /Dockerfile
parentfeat(locus): bump self 0.2.6 -> 0.2.7 (diff)
downloadseptember-5a3f67090ee4058679dc52cbb2d8bfcf14dca4fd.tar.xz
september-5a3f67090ee4058679dc52cbb2d8bfcf14dca4fd.zip
ci(docker): remove problematic sccache
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index d4961a9..9ce262b 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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