We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72f29ae commit 0cfc6b5Copy full SHA for 0cfc6b5
apps/sinusbot/Dockerfile
@@ -10,6 +10,9 @@ ENV DEBIAN_FRONTEND="noninteractive"
10
# Install required packages
11
RUN set -eux; \
12
apt-get update; \
13
+ # Purge PulseAudio libs from base image
14
+ apt-get purge --auto-remove -y libpulse0 libpulse-mainloop-glib0; \
15
+ \
16
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 \
18
libegl1 libasound2t64 libglib2.0-0t64 libxcomposite-dev less jq libevent-2.1-7t64 \
0 commit comments