.devcontainer/Dockerfile in easy-settings-2.0.1 vs .devcontainer/Dockerfile in easy-settings-2.0.2

- old
+ new

@@ -1,10 +1,11 @@ FROM ruby:3.4-alpine AS base RUN apk upgrade && apk -U add \ bash \ build-base \ - git + git \ + openssh-client RUN addgroup --gid 1000 vscode RUN adduser --uid 1000 vscode --ingroup vscode --disabled-password RUN chown -R vscode:vscode /usr/local/bundle