Skip to content

Commit 0cfc6b5

Browse files
committed
fix(sinusbot): purge PulseAudio
1 parent 72f29ae commit 0cfc6b5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

apps/sinusbot/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ ENV DEBIAN_FRONTEND="noninteractive"
1010
# Install required packages
1111
RUN set -eux; \
1212
apt-get update; \
13+
# Purge PulseAudio libs from base image
14+
apt-get purge --auto-remove -y libpulse0 libpulse-mainloop-glib0; \
15+
\
1316
apt-get install -o APT::Keep-Downloaded-Packages="false" -y --no-install-recommends \
1417
ca-certificates bzip2 unzip curl python3 procps x11vnc xvfb libxcursor1 libnss3 \
1518
libegl1 libasound2t64 libglib2.0-0t64 libxcomposite-dev less jq libevent-2.1-7t64 \

0 commit comments

Comments
 (0)