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 imagepull/35173/head
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…
Reference in New Issue