larsks / docker-image-logitech-media-server

MIT License
33 stars 74 forks source link

fixed LMS version #4

Closed 1of16 closed 7 years ago

1of16 commented 8 years ago

hi, imho it would be better to get the latest lms-version:

RUN \
latest_lms=$(wget -q -O - "http://www.mysqueezebox.com/update/?version=7.9.0&revision=1&geturl=1&os=deb") && \
wget --no-check-certificate $latest_lms && \
lms_deb=${latest_lms##*/} && \
dpkg -i $lms_deb && \
rm $lms_deb

I try to issue a decent pull request.... ;)

src: http://wiki.slimdevices.com/index.php/Debian_Package

larsks commented 7 years ago

This has been fixed in the latest commit by dynamically determining the version at build time.