We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8aff0b7 + 76c1510 commit be7fb8dCopy full SHA for be7fb8d
dockerdev/Dockerfile
@@ -7,7 +7,7 @@ RUN apt-get install --no-install-recommends -y libpq-dev git ssh sudo
7
RUN apt-get install --no-install-recommends -y screen
8
RUN apt-get install --no-install-recommends -y virtualenv
9
RUN apt-get install --no-install-recommends -y graphviz
10
-RUN apt-get install --no-install-recommends -y python3-pydot-ng
+RUN apt-get install --no-install-recommends -y python3-pydot
11
12
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
13
0 commit comments