Skip to content

Commit f8aa588

Browse files
committed
Updated with 8.3.1 - 1676361197 and phusion/baseimage focal-1.2.0
1 parent ab1663e commit f8aa588

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

Dockerfile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM phusion/baseimage:focal-1.0.0
1+
FROM phusion/baseimage:focal-1.2.0
22

33
#########################################
44
## SET LABELS ##
@@ -32,6 +32,9 @@ RUN \
3232
apt-get update && \
3333
apt-get install -y \
3434
libio-socket-ssl-perl \
35+
libcrypt-openssl-bignum-perl \
36+
libcrypt-openssl-random-perl \
37+
libcrypt-openssl-rsa-perl \
3538
lame faad flac sox \
3639
wget && \
3740
rm -rf \
@@ -44,7 +47,7 @@ RUN \
4447
echo "**** Install latest Logitech Media Server package ****" && \
4548
os=$(dpkg --print-architecture) && \
4649
if [ "$os" = "armhf" ]; then os=arm; fi &&\
47-
url="http://www.mysqueezebox.com/update/?version=8.1.1&revision=1&geturl=1&os=deb$os" && \
50+
url="http://www.mysqueezebox.com/update/?version=8.3.1&revision=1&geturl=1&os=deb$os" && \
4851
latest_lms=$(wget -q -O - "$url") && \
4952
mkdir -p /sources && \
5053
cd /sources && \

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
[appurl]: https://downloads.slimdevices.com/LogitechMediaServer_v8.1.1/
1+
[appurl]: https://downloads.slimdevices.com/LogitechMediaServer_v8.3.1/
22
[hub]: https://hub.docker.com/r/logicwar/logitechmediaserver/
33
[lms_wikipedia]: https://en.wikipedia.org/wiki/Logitech_Media_Server
44
[wiki]: http://wiki.slimdevices.com/index.php/Logitech_Media_Server
55
[tz_wikipedia]:https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
66

77
# [Docker Container for Logitech Media Server][hub]
88

9-
This is a Docker image based on phusion/baseimage for running the latest Logitech Media Server [8.1.1 build][appurl].
9+
This is a Docker image based on phusion/baseimage for running the latest Logitech Media Server [8.3.1 build][appurl].
1010

1111
Logitech Media Server (formerly SlimServer, SqueezeCenter and Squeezebox Server) is a streaming audio server supported by Logitech (formerly Slim Devices), developed in particular to support their Squeezebox range of digital audio receivers. [Wikipedia][lms_wikipedia] / [Official Squeezebox site][wiki]
1212

@@ -65,6 +65,7 @@ Click on the upgrade link which will take you to the LMS updates page. Alternati
6565
To follow the instruction of the information page, you will need to open a terminal session on your running docker container: `docker exec -it lms /bin/bash`. When all steps have been followed you will need to stop and restart the container.
6666

6767
## Versions
68+
+ **V0.5** Updated with 8.3.1 - 1676361197 and phusion/baseimage focal-1.2.0
6869
+ **V0.4** Updated with 8.1.1 - 1610364019 and phusion/baseimage focal-1.0.0
6970
+ **V0.3** Updated with 7.9.2-1545144292
7071
+ **V0.2** Updated with 7.9.1-1517314665

0 commit comments

Comments
 (0)