We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5ff935 commit e98fe1dCopy full SHA for e98fe1d
ci/docker/x86_64-unknown-linux-musl/Dockerfile
@@ -8,3 +8,7 @@ RUN apt-get update && apt-get install -y \
8
perl \
9
make \
10
gcc
11
+
12
13
+RUN curl -L https://github.com/mozilla/sccache/releases/download/0.2.8/sccache-0.2.8-x86_64-unknown-linux-musl.tar.gz | tar xzf - \
14
+ && mv ./sccache-0.2.8-x86_64-unknown-linux-musl/sccache .
0 commit comments