We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1e3905 commit f0fc4ecCopy full SHA for f0fc4ec
Dockerfile
@@ -1,5 +1,5 @@
1
FROM lukemathwalker/cargo-chef:latest-rust-alpine AS base
2
-RUN apk add sccache
+RUN apk add curl sccache
3
ENV RUSTC_WRAPPER=sccache SCCACHE_DIR=/sccache
4
WORKDIR /app
5
0 commit comments