diff --git a/Dockerfile b/Dockerfile index e8add967..9ff42726 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,6 +25,7 @@ RUN apt-get install --no-install-recommends -y postgresql-client mtr systemd RUN apt-get install --no-install-recommends -y sqlite3 vim postgresql-client ssh htop RUN apt-get install --no-install-recommends -y rsyslog RUN apt-get install --no-install-recommends -y bzip2 +RUN apt-get install --no-install-recommends -y graphviz libgraphviz-dev pkg-config # Install nodejs RUN update-ca-certificates diff --git a/dockerdev/Dockerfile b/dockerdev/Dockerfile index c07a6000..48f6684b 100644 --- a/dockerdev/Dockerfile +++ b/dockerdev/Dockerfile @@ -8,7 +8,6 @@ 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