mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-23 12:57:21 +00:00
8 lines
292 B
Docker
8 lines
292 B
Docker
# See here for image contents: https://github.com/microsoft/vscode-dev-containers/tree/v0.148.1/containers/python-3/.devcontainer/base.Dockerfile
|
|
FROM mcr.microsoft.com/devcontainers/python:3.12
|
|
|
|
ENV \
|
|
DEBIAN_FRONTEND=noninteractive \
|
|
DEVCONTAINER=true \
|
|
PATH=$PATH:./node_modules/.bin
|