-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding Docker support #34
base: master
Are you sure you want to change the base?
Conversation
I know this is an old PR, but I tried out your fork branch and had a couple of issues which I've found solutions to. The Also, Spotify no longer host the download for libspotify, but the Mopidy GitHub project have an archive containing the same files so I've replaced the wget path to pull from GitHub instead. This is the updated command I'm using with those two changed lines:
I haven't verified that the container still works beyond this, but I wanted to share my progress. |
Very nice, thanks! Will try to test it myself this weekend |
@ultrafez Tested - works as expected, so I've updated my pull request and additionally updated base image to include Debian distro version, as image build depends on Thanks again! :) |
Added ability to build & run spotify-ripper in Docker, without the need of manual installation or resource-hungry VMs
The resulting image is based on the official
python:3.5-slim
image and is 268MB in size