fix(container): remove wpewebkit install
This commit is contained in:
@@ -3,7 +3,6 @@ FROM node:18-bookworm-slim
|
|||||||
# Install dependencies for WPE WebKit (Cog), X11, and DBus
|
# Install dependencies for WPE WebKit (Cog), X11, and DBus
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
cog \
|
cog \
|
||||||
wpewebkit \
|
|
||||||
x11-xserver-utils \
|
x11-xserver-utils \
|
||||||
wmctrl \
|
wmctrl \
|
||||||
xdotool \
|
xdotool \
|
||||||
|
|||||||
Reference in New Issue
Block a user