mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Add non-root dev container user (#34984)
* add non-root container user * fix dockerfile and homeassistant editable install * just install in home directory * less impactful default changes * separate RUN for better layer caching * use vscode-remote base image
This commit is contained in:
parent
e80fac36d8
commit
94d8e77f8c
@ -1,4 +1,4 @@
|
||||
FROM python:3.8
|
||||
FROM mcr.microsoft.com/vscode/devcontainers/python:0-3.8
|
||||
|
||||
RUN \
|
||||
apt-get update && apt-get install -y --no-install-recommends \
|
||||
|
Loading…
x
Reference in New Issue
Block a user