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:
parent
46c487cf1b
commit
e885ccc409
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue