forked from home-assistant/core
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 \
|
RUN \
|
||||||
apt-get update && apt-get install -y --no-install-recommends \
|
apt-get update && apt-get install -y --no-install-recommends \
|
||||||
|
Reference in New Issue
Block a user