Skip to content

Commit 84f5cb3

Browse files
committed
chore(sinusbot): update package list
1 parent ebd2a1c commit 84f5cb3

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

apps/sinusbot/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@ RUN set -eux; \
1414
apt-get purge --auto-remove -y libpulse0 libpulse-mainloop-glib0; \
1515
\
1616
apt-get install -o APT::Keep-Downloaded-Packages="false" -y --no-install-recommends \
17-
ca-certificates bzip2 unzip curl python3 procps x11vnc xvfb libxcursor1 libnss3 \
17+
ca-certificates bzip2 unzip wget curl python3 procps x11vnc xvfb dbus iproute2 screen \
18+
psmisc libxcursor1 libnss3 libfontconfig libxi6 libxss1 libxtst6 libegl-mesa0 libxcb-cursor0 \
1819
libegl1 libasound2t64 libglib2.0-0t64 libxcomposite-dev less jq libevent-2.1-7t64 \
1920
libxcb-xinerama0 liblcms2-2 libatomic1 libxcb-icccm4 libxcb-keysyms1 libxcb-randr0 \
2021
libxcb-render-util0 libxcb-shape0 libxcb-xkb1 libxkbcommon0 libxkbcommon-x11-0 libpci3 \
21-
libxslt1.1 libxcb-image0; \
22+
libxslt1.1 libxcb-image0 x11-xkb-utils; \
2223
apt-get clean; \
2324
rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)