https://github.com/materializeinc/docker-sccache
A Docker image for sccache, the distributed build cache
https://github.com/materializeinc/docker-sccache
Last synced: 5 months ago
JSON representation
A Docker image for sccache, the distributed build cache
- Host: GitHub
- URL: https://github.com/materializeinc/docker-sccache
- Owner: MaterializeInc
- Created: 2019-03-31T17:54:40.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-31T18:02:07.000Z (about 7 years ago)
- Last Synced: 2025-10-20T04:50:13.684Z (8 months ago)
- Language: Dockerfile
- Homepage:
- Size: 1000 Bytes
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-sccache
A Docker image that provides [sccache].
* [View image on Docker Hub](https://hub.docker.com/r/materialize/sccache)
* [View releases](https://hub.docker.com/r/materialize/sccache/tags)
## Usage
Use as part of a multi-stage build:
```Dockerfile
COPY --from=materialize/sccache:latest /usr/local/bin/sccache /usr/local/bin/sccache
```
[sccache]: https://github.com/mozilla/sccache