File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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/*
You can’t perform that action at this time.
0 commit comments