feat: add database clients #122

Merged
jon_nfc merged 5 commits from database into development 2023-10-21 02:25:17 +00:00
2 changed files with 11 additions and 6 deletions
Showing only changes of commit a34d073671 - Show all commits

View File

@ -48,6 +48,8 @@ RUN apt update \
openssh-client \
git \
sshpass \
postgresql-common \
postgresql-client \
&& mkdir -p /etc/ansible/roles \
&& mkdir -p /etc/ansible/collections \
&& mkdir -p /workdir \