REFAC: Added emacs-nox to Dockerfile and updated GTD mandate in standards

This commit is contained in:
2026-04-13 21:20:56 -04:00
parent 9c2d453656
commit b1656d0835
3 changed files with 3 additions and 1 deletions

View File

@@ -36,6 +36,7 @@ RUN apt-get update && apt-get install -y \
python3 \
python3-pip \
python3-venv \
emacs-nox \
&& rm -rf /var/lib/apt/lists/*
# 2. Setup Playwright (High-Fidelity Browsing)