Add procps to Docker for pkill command

Fixes error on window close when stopping docs server.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
rob 2026-01-09 22:35:43 -04:00
parent 46c487cf1b
commit e885ccc409
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ FROM python:3.12-slim
# Install system dependencies for Qt GUI # Install system dependencies for Qt GUI
RUN apt-get update && apt-get install -y --no-install-recommends \ RUN apt-get update && apt-get install -y --no-install-recommends \
git \ git \
procps \
libgl1 \ libgl1 \
libegl1 \ libegl1 \
libxkbcommon0 \ libxkbcommon0 \