feat(ansible_playbooks): updated submodule ansible_playbooks #212

Merged
jon_nfc merged 34 commits from development into master 2024-01-14 19:29:02 +00:00
6 changed files with 24 additions and 6 deletions
Showing only changes of commit 6b78eca456 - Show all commits

View File

@ -36,7 +36,10 @@ RUN export DEBIAN_FRONTEND=noninteractive \
&& dpkg --purge --force-all libc-bin \
&& apt-get install -y \
openssh-client \
git
git \
postgresql-common \
postgresql-client \
mariadb-client
RUN export DEBIAN_FRONTEND=noninteractive \