An open API service indexing awesome lists of open source software.

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

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