From 9fe239479a84158703b799cb971dc59ab7299fe9 Mon Sep 17 00:00:00 2001 From: Steven Johnson Date: Tue, 14 Mar 2023 14:53:10 +0700 Subject: [PATCH] bug: didn't specify dbviz is a git build --- tools_container/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools_container/Dockerfile b/tools_container/Dockerfile index 876c0ff..7e5d295 100644 --- a/tools_container/Dockerfile +++ b/tools_container/Dockerfile @@ -67,7 +67,7 @@ RUN cargo install cargo-depgraph --vers ${CARGO_DEPGRAPH} --verbose RUN cargo install cargo-cache --no-default-features --features ci-autoclean,vendored-libgit cargo-cache -RUN cargo install https://github.com/stevenj/dbviz.git +RUN cargo install --git https://github.com/stevenj/dbviz.git # Copies your code file from your action repository to the filesystem path `/` of the container COPY entrypoint.sh /entrypoint.sh