fix: add sshpass
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Markus Pesch 2023-02-14 18:37:59 +01:00
parent accc67ae4f
commit 04c387569a
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ RUN pacman --sync --sysupgrade --refresh --noconfirm && \
python-pip \
python-pytest \
python-yaml \
sshpass \
systemd \
sudo \
iproute2 && \