fix(container): remove wpewebkit install

This commit is contained in:
2026-07-06 18:12:52 +02:00
parent e3b4692802
commit 179291f5a6
-1
View File
@@ -3,7 +3,6 @@ FROM node:18-bookworm-slim
# Install dependencies for WPE WebKit (Cog), X11, and DBus
RUN apt-get update && apt-get install -y \
cog \
wpewebkit \
x11-xserver-utils \
wmctrl \
xdotool \