diff --git a/openvscode-staging/Dockerfile b/openvscode-staging/Dockerfile index 91d293b..6f8deff 100644 --- a/openvscode-staging/Dockerfile +++ b/openvscode-staging/Dockerfile @@ -1,6 +1,9 @@ FROM gitpod/openvscode-server:1.87.1 -# Matches Home Assistant's persistent directory. -ENV HOME /data +USER 0 +RUN apt-get update +RUN apt-get install -y openssh-client -USER $CONTAINER_USER_ID \ No newline at end of file +USER $CONTAINER_USER_ID +# Matches Home Assistant's persistent directory. +ENV HOME /data \ No newline at end of file