Skip to content

Commit

Permalink
Add dbviz for doc generation
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenj authored Mar 14, 2023
1 parent 041a127 commit 79cf1a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools_container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ 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

# 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 79cf1a5

Please sign in to comment.