hassio-addons/openvscode-staging/Dockerfile

9 lines
No EOL
190 B
Docker

FROM gitpod/openvscode-server:1.87.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