hassio-addons/openvscode-staging/Dockerfile

9 lines
190 B
Docker
Raw Normal View History

2024-08-06 13:45:18 +02:00
FROM gitpod/openvscode-server:1.91.1
2024-03-30 22:08:11 +01:00
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