Skip to content

Commit

Permalink
add pamixer to runtime image for convenience
Browse files Browse the repository at this point in the history
  • Loading branch information
rpardini committed Sep 28, 2024
1 parent 1738063 commit e39d180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN git diff
RUN cargo build --release --no-default-features --features pulseaudio-backend

FROM debian:bookworm-slim
RUN apt-get update && apt-get install -y libpulse0 ca-certificates && rm -rf /var/lib/apt/lists/* && apt-get clean
RUN apt-get update && apt-get install -y libpulse0 ca-certificates pamixer && rm -rf /var/lib/apt/lists/* && apt-get clean
COPY --from=builder /src/librespot/target/release/librespot /usr/local/bin/librespot
RUN /usr/local/bin/librespot --version
RUN /usr/local/bin/librespot --help
Expand Down

0 comments on commit e39d180

Please sign in to comment.