Skip to content

Commit

Permalink
bug: didn't specify dbviz is a git build
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenj authored Mar 14, 2023
1 parent 79cf1a5 commit 9fe2394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools_container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9fe2394

Please sign in to comment.