diff --git a/Dockerfiles/Dockerfile-tools b/Dockerfiles/Dockerfile-tools index 21c370e..02eea77 100644 --- a/Dockerfiles/Dockerfile-tools +++ b/Dockerfiles/Dockerfile-tools @@ -93,7 +93,8 @@ RUN set -eux \ git \ gnupg \ jq \ - openssh-client + openssh-client \ + sshpass COPY --from=builder /usr/lib/python3.10/site-packages/ /usr/lib/python3.10/site-packages/ COPY --from=builder /usr/bin/yq /usr/bin/yq