FROM mcr.microsoft.com/devcontainers/python:1-3.13

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