Skip to content

Commit 8432876

Browse files
emersionLukeMathWalker
authored andcommitted
1 parent 52669eb commit 8432876

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docker/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ ENV CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse
77
RUN ((cat /etc/os-release | grep ID | grep alpine) && apk add --no-cache musl-dev || true) \
88
&& cargo install cargo-chef --locked --version $CHEF_TAG \
99
&& rm -rf $CARGO_HOME/registry/
10+
11+
LABEL org.opencontainers.image.source="https://github.com/LukeMathWalker/cargo-chef"
12+
LABEL org.opencontainers.image.description="Cache the dependencies of your Rust project and speed up your Docker builds"

0 commit comments

Comments
 (0)