feat(software): install sshpass for ssh client usage
this app is required by ansible for ssh connections issue #12
This commit is contained in:
committed by
a random name not depending on valid value

parent
9705f44c8a
commit
0c05490bd9
@ -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 \
|
||||
|
Reference in New Issue
Block a user