add dbus-user-session

This commit is contained in:
WWWw 2024-07-19 12:57:45 +08:00 committed by GitHub
parent c18311e23a
commit ecd8d5588c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,6 +22,7 @@ RUN apt-get update && apt-get install -y \
libx11-xcb1 \
ffmpeg \
unzip \
dbus-user-session \
curl && \
apt autoremove -y && \
apt clean && \