FROM mcr.microsoft.com/devcontainers/python:3.14

ENV \
  DEBIAN_FRONTEND=noninteractive \
  DEVCONTAINER=true \
  PATH=$PATH:./node_modules/.bin
