Skip to content

Commit 0b43329

Browse files
authored
#149 add python3 package (#150)
1 parent e5b4350 commit 0b43329

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ RUN apt-get install -y --no-install-recommends pulseaudio-utils
4242
RUN apt-get install -y ca-certificates
4343
RUN apt-get install -y libavahi-compat-libdnssd1
4444
RUN apt-get install -y curl
45+
RUN apt-get install -y python3
4546

4647
RUN rm -rf /var/lib/apt/lists/*
4748

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ docker run -d --name librespot \
237237

238238
Discovery mode, using docker `--user`:
239239

240-
See [here](https://github.com/GioF71/audio-tools/tree/main/players/librespot/alsa) for a sample configuration using a specified user (uid) in a docker-compose file.
240+
See [this page](https://github.com/GioF71/audio-tools/tree/main/players/librespot/alsa) for a sample configuration using a specified user (uid) in a docker-compose file.
241241

242242
Note that with this DAC I had to specify S32 as the format. It would not work with the default (which is S32 for librespot).
243243

@@ -315,6 +315,7 @@ Just be careful to use the tag you have built.
315315

316316
Change Date|Major Changes
317317
---|---
318+
2025-11-02|Add python3 package (see [#149](https://github.com/GioF71/librespot-docker/issues/149))
318319
2025-08-31|Build using latest version (v0.7.1) (see [#146](https://github.com/GioF71/librespot-docker/issues/146))
319320
2025-08-31|Build using latest version (v0.7.0) (see [#144](https://github.com/GioF71/librespot-docker/issues/144))
320321
2025-08-12|Build using current `dev` branch at [this commit](https://github.com/librespot-org/librespot/commit/ba3d501b08345aadf207d09b3a0713853228ba64), using my fork

0 commit comments

Comments
 (0)