Skip to content

Commit

Permalink
⬆️ Upgrades librespot to 0.4.1 (#174)
Browse files Browse the repository at this point in the history
* ⬆️ Upgrades librespot to 0.4.1

* Fetch with CLI
  • Loading branch information
frenck authored Jun 8, 2022
1 parent a409dfa commit d0d76b3
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions spotify/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,18 @@ RUN \
&& apk add --no-cache \
pulseaudio=15.0-r2 \
\
&& cargo install \
--locked \
--no-default-features \
--features pulseaudio-backend \
--root /usr \
--bin librespot \
--version 0.3.1 \
&& CARGO_NET_GIT_FETCH_WITH_CLI=true \
cargo install \
--locked \
--no-default-features \
--features pulseaudio-backend \
--root /usr \
--bin librespot \
--version 0.4.1 \
--verbose \
--verbose \
-- librespot \
--verbose \
-- librespot \
\
&& apk del --no-cache --purge .build-dependencies \
&& rm -fr \
Expand Down

0 comments on commit d0d76b3

Please sign in to comment.