We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1bdccf commit 0257e3bCopy full SHA for 0257e3b
1 file changed
Dockerfile
@@ -35,7 +35,7 @@ COPY --from=base /usr/bin/librespot /usr/bin/librespot
35
36
# Add runtime dependencies only
37
RUN apt-get update
38
-RUN apt-get install -y libasound2
+RUN apt-get install -y libasound2-plugins
39
RUN apt-get install -y alsa-utils
40
RUN apt-get install -y --no-install-recommends pulseaudio-utils
41
RUN apt-get install -y ca-certificates
0 commit comments