hassio-addons/openvscode-staging/Dockerfile
2024-08-06 13:45:18 +02:00

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