Skip to content

Commit be7fb8d

Browse files
authored
Merge pull request #2 from xzzy/master
pydot module fix
2 parents 8aff0b7 + 76c1510 commit be7fb8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerdev/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN apt-get install --no-install-recommends -y libpq-dev git ssh sudo
77
RUN apt-get install --no-install-recommends -y screen
88
RUN apt-get install --no-install-recommends -y virtualenv
99
RUN apt-get install --no-install-recommends -y graphviz
10-
RUN apt-get install --no-install-recommends -y python3-pydot-ng
10+
RUN apt-get install --no-install-recommends -y python3-pydot
1111

1212
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
1313

0 commit comments

Comments
 (0)