From e885ccc409e0d4ef96fd95a89bdb8adc11495715 Mon Sep 17 00:00:00 2001 From: rob Date: Fri, 9 Jan 2026 22:35:43 -0400 Subject: [PATCH] Add procps to Docker for pkill command MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index e75efc2..51e19a4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,6 +11,7 @@ FROM python:3.12-slim # Install system dependencies for Qt GUI RUN apt-get update && apt-get install -y --no-install-recommends \ git \ + procps \ libgl1 \ libegl1 \ libxkbcommon0 \