Skip to content

Commit

Permalink
pydot module fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jasondbca committed Jan 31, 2023
1 parent 6f71b1e commit 76c1510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerdev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apt-get install --no-install-recommends -y libpq-dev git ssh sudo
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-ng
RUN apt-get install --no-install-recommends -y python3-pydot

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

0 comments on commit 76c1510

Please sign in to comment.