Skip to content

Commit 0257e3b

Browse files
committed
use libasound2-plugins instead of libasound2
1 parent c1bdccf commit 0257e3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ COPY --from=base /usr/bin/librespot /usr/bin/librespot
3535

3636
# Add runtime dependencies only
3737
RUN apt-get update
38-
RUN apt-get install -y libasound2
38+
RUN apt-get install -y libasound2-plugins
3939
RUN apt-get install -y alsa-utils
4040
RUN apt-get install -y --no-install-recommends pulseaudio-utils
4141
RUN apt-get install -y ca-certificates

0 commit comments

Comments
 (0)