Actualiser openvscode-staging/Dockerfile
This commit is contained in:
parent
a0976ad0fe
commit
dfdfd91395
1 changed files with 6 additions and 3 deletions
|
@ -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
|
||||
# Matches Home Assistant's persistent directory.
|
||||
ENV HOME /data
|
Loading…
Reference in a new issue