9 lines
No EOL
190 B
Docker
9 lines
No EOL
190 B
Docker
FROM gitpod/openvscode-server:1.91.1
|
|
|
|
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 |