Harden tool execution recovery and fix multi-tab sync hangs

This commit is contained in:
ilya-bov
2026-02-27 17:06:17 +03:00
parent dcb1eabb4e
commit ce362a836b
8 changed files with 291 additions and 34 deletions

View File

@@ -33,6 +33,22 @@ RUN apt-get update \
curl \
git \
jq \
libasound2 \
libatk1.0-0 \
libatspi2.0-0 \
libdbus-1-3 \
libgbm1 \
libglib2.0-0 \
libnspr4 \
libnss3 \
libx11-6 \
libxcb1 \
libxcomposite1 \
libxdamage1 \
libxext6 \
libxfixes3 \
libxkbcommon0 \
libxrandr2 \
python3 \
python3-requests \
python3-venv \