Skip to content

Commit

Permalink
add packages for ERD
Browse files Browse the repository at this point in the history
  • Loading branch information
thakurpriya1990 committed Feb 8, 2024
1 parent 24ea07f commit 76a2e58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dockerdev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ RUN apt-get install --no-install-recommends -y screen
RUN apt-get install --no-install-recommends -y virtualenv
RUN apt-get install --no-install-recommends -y graphviz
RUN apt-get install --no-install-recommends -y python3-pydot
RUN apt-get install --no-install-recommends -y graphviz libgraphviz-dev pkg-config

RUN openssl req -new -newkey rsa:4096 -days 3650 -nodes -x509 -subj "/C=AU/ST=Western Australia/L=Perth/O=Development Environment/OU=IT Department/CN=example.com" -keyout /etc/ssl/private/selfsignedssl.key -out /etc/ssl/private/selfsignedssl.crt

Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,4 @@ python-decouple==3.8
numpy==1.26.3
setuptools==69.0.3
wheel==0.42.0
pygraphviz==1.12

0 comments on commit 76a2e58

Please sign in to comment.