diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile
index 53d1ff2e190d320639c87537fade90269ed8f5ee..9d805dbb45bce7a9c3894690aeb4451b4c01f0b2 100644
--- a/.devcontainer/Dockerfile
+++ b/.devcontainer/Dockerfile
@@ -1,7 +1,7 @@
 FROM alpine:latest
 RUN apk update && \
     apk upgrade && \
-    apk add nodejs yarn php8 php8-mysqli php8-mbstring git nano composer && \
+    apk add nodejs yarn php8 php8-mysqli php8-mbstring git nano composer openssh-client && \
     echo "alias php=php8" >> /etc/profile
 
 ENV ENV="/etc/profile"
\ No newline at end of file