FROM mcr.microsoft.com/devcontainers/typescript-node:0-20

# Install watchman
RUN apt-get update && apt-get install -y watchman && rm -rf /var/lib/apt/lists/*
