diff --git a/Dockerfile b/Dockerfile
index f8d2dc6df8b3ff7b33f6e598380075e5adce778a..2b0e12a3fae1bce01346dae525b38e93b6766eec 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -3,6 +3,7 @@ WORKDIR /opt/strudel2/src
 COPY . /opt/strudel2/src
 RUN apt update
 RUN apt install -y python3 gcc python3-pip
+RUN apt install -y openssh-client
 RUN pip3 install -r requirements.txt
 RUN pwd
 RUN ls