Skip to content

Commit

Permalink
Install graphviz for ERD generation
Browse files Browse the repository at this point in the history
  • Loading branch information
vrajmohan committed Dec 11, 2024
1 parent 5f88c70 commit d2a1023
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dockerfiles/idp_ci.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ RUN apt-get update -qq && \
nodejs \
locales \
google-chrome-stable \
graphviz \
yarn

RUN curl -Ss "https://storage.googleapis.com/chrome-for-testing-public/$(google-chrome --version | grep -Po '\d+\.\d+\.\d+\.\d+' | tr -d '\n')/linux64/chromedriver-linux64.zip" > /tmp/chromedriver.zip && \
Expand Down

0 comments on commit d2a1023

Please sign in to comment.