feat(image): add postgresclient

!95
This commit is contained in:
2023-10-20 06:31:26 +09:30
parent 03342e41c5
commit a34d073671

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 \