fix(docker): add tk/X11 deps for headless; improve sloppy.py web mode
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
FROM python:3.11-slim
|
||||
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
git curl ca-certificates \
|
||||
git curl ca-certificates libx11-6 libgl1 libxrender1 libxext6 tk \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN pip install uv
|
||||
|
||||
Reference in New Issue
Block a user