Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion beets/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@ RUN add-apt-repository "deb http://us.archive.ubuntu.com/ubuntu/ trusty universe
add-apt-repository "deb http://us.archive.ubuntu.com/ubuntu/ trusty-updates universe multiverse" && \
apt-get update -q && \
apt-get -qy --force-yes dist-upgrade && \
apt-get install -qy --force-yes python-dev python-pip mp3gain wget && \
apt-get install -qy --force-yes python-dev python-pip mp3gain wget apt-get python-gst0.10-dev gstreamer0.10-plugins-good gstreamer0.10-plugins-bad gstreamer0.10-plugins-ugly && \
yes | pip install beets && \
yes | pip install pyacoustid && \
yes | pip install pylast && \
yes | pip install flask && \
yes | pip install discogs-client && \
mkdir -p /root/.config/beets && \
ln -s /config/config.yaml /root/.config/beets/config.yaml
ADD src/fpcalc /usr/bin/fpcalc
Expand Down