mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 05:05:09 +02: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:
@@ -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 \
|
||||
|
Reference in New Issue
Block a user