From cc9730fb4688c61815bb1c322e0d49179bab98f0 Mon Sep 17 00:00:00 2001 From: Jonas Leder <jonas@jonasled.de> Date: Fri, 10 Sep 2021 18:49:15 +0000 Subject: [PATCH] add ssh client --- .devcontainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 53d1ff2..9d805db 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 -- GitLab