From dfdfd913956aa9c0cf55a8046913a5d0ff82add3 Mon Sep 17 00:00:00 2001 From: Pierre Guillod Date: Sun, 31 Mar 2024 14:18:09 +0200 Subject: [PATCH] Actualiser openvscode-staging/Dockerfile --- openvscode-staging/Dockerfile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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