Skip to content

Commit

Permalink
update boranga Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
thakurpriya1990 committed Feb 8, 2024
1 parent 87b7926 commit 13b75b9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion dockerdev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 13b75b9

Please sign in to comment.