From 15434ba7e0f870683abe83d3e9994f00e5599f3f Mon Sep 17 00:00:00 2001 From: Kirill Bulatov Date: Tue, 22 Mar 2022 13:05:14 +0200 Subject: [PATCH] Show cachepot build stats --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 9ee6abaa8a..3bc1039129 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,6 +31,8 @@ COPY --from=pg-build /pg/tmp_install/include/postgresql/server tmp_install/inclu COPY . . RUN cargo build --release +# Show build caching stats to check if it was used +RUN /usr/local/cargo/bin/cachepot -s # Build final image #