feat(software): install sshpass for ssh client usage

this app is required by ansible for ssh connections

issue #12
This commit is contained in:
2023-06-16 14:30:59 +09:30
committed by a random name not depending on valid value
parent 9705f44c8a
commit 0c05490bd9

View File

@ -39,7 +39,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \
&& apt-get install --no-install-recommends -y \
openssh-client \
git \
# End of Black Magic
sshpass \
&& rm -rf /var/lib/apt/lists/* \
&& mkdir -p /etc/ansible/roles \
&& mkdir -p /etc/ansible/collections \