Commit graph

19 commits

Author SHA1 Message Date
Andre Schröder
e419219cde
Fix Spotify not running and building (#555)
I could neither run the upstream Docker image nor could I build the Dockerfile.

Bug 1
-----

Cannot run the upstream image:

```
docker pull jess/spotify
docker run -it --rm jess/spotify
spotify: error while loading shared libraries: libSM.so.6: cannot open shared object file: No such file or directory
```

Solution to bug 1
-----------------

Install `libsm6`

Bug 2
-----

Cannot build the Dockerfile:

```
cd dockerfiles/spotify
docker build . --pull
[...]
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
Executing: /tmp/apt-key-gpghome.k3eQma7IzG/gpg.1.sh --keyserver keyserver.ubuntu.com --recv-keys 4773BD5E130D1D45
gpg: key 4773BD5E130D1D45: public key "Spotify Public Repository Signing Key <tux@spotify.com>" imported
gpg: Total number processed: 1
gpg:               imported: 1
Hit:1 http://deb.debian.org/debian sid InRelease
Get:2 http://repository.spotify.com stable InRelease [3316 B]
Err:2 http://repository.spotify.com stable InRelease
  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D1742AD60D811D58
Reading package lists...
W: GPG error: http://repository.spotify.com stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D1742AD60D811D58
E: The repository 'http://repository.spotify.com stable InRelease' is not signed.
The command '/bin/sh -c apt-get update && apt-get install -y 	dirmngr 	gnupg 	--no-install-recommends 	 apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4773BD5E130D1D45 	 echo "deb http://repository.spotify.com stable non-free" >> /etc/apt/sources.list.d/spotify.list 	    && apt-get update && apt-get install -y 	sa-utils 	  libgl1-mesa-dri 	  libgl1-mesa-glx 	  libpulse0 	  spotify-client 	utils 	    --no-install-recommends 	&& rm -rf /var/lib/apt/lists/*' returned a non-zero code: 100
```

Solution to bug 2
-----------------

Replaced instructions to retrieve the key with the official instructions from https://www.spotify.com/us/download/linux/
2020-11-13 14:29:57 -08:00
Jess Frazelle
03c295ba6d
update versions
Signed-off-by: Jess Frazelle <acidburn@jessfraz.com>
2019-08-30 17:52:57 -07:00
Antoine Cardon
2717d063f8 Add dependency to enable sound in Spotify (#460)
Spotify crashes if run with pulseaudio server configuration, I fixed it by adding libpulse0 to the dependencies.
2019-04-04 18:26:23 -04:00
Jess Frazelle
6399c6ee55
fix spotify
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
2018-07-29 11:49:06 -04:00
Jess Frazelle
a5483f15fd
fix spotify
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
2017-11-13 10:45:34 -05:00
Mathias Hertlein
3b5ed5468a Install libpulse0 in spotify container (#286)
Required to use PulseAudio. Same as in commit ff57ab29c9
2017-08-03 14:07:27 -04:00
Michael
7eea00edf3 Replaced deprecated MAINTAINER with LABEL (#242)
Signed-off-by: Michael Käufl <dockerfiles@c.michael-kaeufl.de>
2017-03-09 10:14:37 -08:00
Christian
c2724cacd9 fix spotify dependencies (#181) 2016-08-28 15:18:08 -07:00
Jess Frazelle
9be1a80be4
fix
Signed-off-by: Jess Frazelle <me@jessfraz.com>
2016-08-13 12:59:04 -07:00
Jess Frazelle
c4219bf105
fix spotify
Signed-off-by: Jess Frazelle <me@jessfraz.com>
2016-08-11 18:55:48 -07:00
Jess Frazelle
0ab8c322be
updates
Signed-off-by: Jess Frazelle <jess@mesosphere.com>
2016-04-05 13:54:36 -07:00
Jess Frazelle
483eb1c749
updates
Signed-off-by: Jess Frazelle <jess@mesosphere.com>
2016-03-30 17:49:04 -07:00
Jaren Glover
35e1b3780e updated the apt-get install command to include --force-yes 2015-07-09 14:10:49 -04:00
Jessica Frazelle
d43de2a7e8 make spotify user
Signed-off-by: Jessica Frazelle <princess@docker.com>
2015-06-11 12:14:31 -07:00
Jessica Frazelle
1acfaf03c4 cleanup files
Signed-off-by: Jessica Frazelle <princess@docker.com>
2015-06-06 17:48:44 -07:00
Jessica Frazelle
17bbb62b99 convert all spaces to tabs, lets see what breaks
Signed-off-by: Jessica Frazelle <princess@docker.com>
2015-06-05 10:24:11 -07:00
Jessica Frazelle
be7f035671 fonts 2015-04-29 11:20:54 -07:00
Jessica Frazelle
3fe034b117 sp 2015-02-12 16:40:20 -08:00
Jessica Frazelle
4d182550b1 spotify & tomahawk 2015-02-10 08:15:15 -08:00