Actualiser openvscode-staging/Dockerfile

This commit is contained in:
Pierre Guillod 2024-03-31 14:18:09 +02:00
parent a0976ad0fe
commit dfdfd91395

View file

@ -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
USER $CONTAINER_USER_ID
# Matches Home Assistant's persistent directory.
ENV HOME /data