refactor(*): move to x11
This commit is contained in:
+3
-3
@@ -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/*
|
||||
|
||||
Reference in New Issue
Block a user