refactor(*): move to x11

This commit is contained in:
2026-07-05 23:54:18 +02:00
parent 38aba59345
commit 3d5aa94aa0
7 changed files with 95 additions and 112 deletions
+3 -3
View File
@@ -1,10 +1,10 @@
FROM node:18-bullseye-slim
# Install dependencies for Chromium, Wayland, and screenshot tool
# Install dependencies for Chromium and X11
RUN apt-get update && apt-get install -y \
chromium \
sway \
grim \
x11-xserver-utils \
scrot \
jq \
curl \
&& rm -rf /var/lib/apt/lists/*