diff --git a/Dockerfile b/Dockerfile
index a0612766ad11e4d29ab1026a1928c9382e475ec8..d09add34deb03e73560bec8c05e33964c7075b27 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -33,6 +33,7 @@ COPY setup.py setup.py
 
 # Perform build and cleanup artifacts
 RUN \
+  apk -U openssh git && \
   python setup.py install 2>/dev/null && \
   rm -rf /tmp/*