We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 808f09e commit aeafb15Copy full SHA for aeafb15
2 files changed
Dockerfile
@@ -18,6 +18,7 @@ RUN \
18
apt-get install -y \
19
avahi-daemon \
20
dbus \
21
+ unrar \
22
wget && \
23
24
# install plex
README.md
@@ -100,6 +100,7 @@ Valid settings for VERSION are:-
100
101
## Versions
102
103
++ **28.05.17:** Add unrar package as per requests, for subzero plugin.
104
+ **11.01.17:** Use Plex environemt variables from pms docker,
105
change abc home folder to /app to alleviate usermod chowning library folder by default (thanks gbooker, plexinc).
106
+ **03.01.17:** Use case insensitive version variable matching rather than export and make lowercase.
0 commit comments