variable for plex download location, since they have a habit of changing it
This commit is contained in:
parent
3d5fd85f3c
commit
5b48540a5d
2 changed files with 7 additions and 5 deletions
|
|
@ -2,7 +2,8 @@ FROM lsiobase/xenial
|
|||
MAINTAINER Stian Larsen, sparklyballs
|
||||
|
||||
# package version
|
||||
ARG PLEX_WWW="https://plex.tv/downloads/latest/1?channel=8&build=linux-ubuntu-x86_64&distro=ubuntu"
|
||||
ENV PLEX_URL="https://plex.tv/downloads"
|
||||
ARG PLEX_WWW="${PLEX_URL}/latest/1?channel=8&build=linux-ubuntu-x86_64&distro=ubuntu"
|
||||
|
||||
# global environment settings
|
||||
ENV DEBIAN_FRONTEND="noninteractive"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue