correcting locations, would be just bloody dandy if plex had some semblance of consistency in it's locations
This commit is contained in:
parent
1d6831d557
commit
892c17b0b8
2 changed files with 6 additions and 8 deletions
|
|
@ -2,13 +2,12 @@ FROM lsiobase/xenial
|
|||
MAINTAINER Stian Larsen, sparklyballs
|
||||
|
||||
# package version
|
||||
ENV PLEX_URL="https://plex.tv/downloads"
|
||||
ENV PLEX_INSTALL="${PLEX_URL}/latest/1?channel=8&build=linux-ubuntu-x86_64&distro=ubuntu"
|
||||
ENV PLEX_INSTALL="https://plex.tv/downloads/latest/1?channel=8&build=linux-ubuntu-x86_64&distro=ubuntu"
|
||||
|
||||
# global environment settings
|
||||
ENV DEBIAN_FRONTEND="noninteractive"
|
||||
ENV HOME="/config"
|
||||
ENV PLEX_WWW="${PLEX_INSTALL}&X-Plex-Token=$PLEX_TOKEN"
|
||||
ENV PLEX_DOWNLOAD="https://downloads.plex.tv/plex-media-server"
|
||||
|
||||
# install packages
|
||||
RUN \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue