diff --git a/Dockerfile b/Dockerfile
index 7f263ff42b22d722bbbc91a06a21b1041840f422..45b89a7506d678050f6deb752ee3efb88dd2ab0d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -17,7 +17,7 @@ COPY library ./library
 COPY extra_playbooks ./extra_playbooks
 
 RUN apt update && apt install -y --no-install-recommends \
-    curl python3 python3-pip sshpass vim rsync \
+    curl python3 python3-pip sshpass vim rsync openssh-client \
     && rm -rf /var/lib/apt/lists/* /var/log/* \
     && pip install --no-cache-dir \
     ansible==5.7.1 \