File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ MAINTAINER Stian Larsen <lonixx@gmail.com>
33
44# Install Plex
55RUN apt-get -q update && \
6- PLEXURL=$(curl -s https://tools.linuxserver.io/latest-plex.json| grep "ubuntu64" | cut -d '"' -f 4) && \
76apt-get install -qy dbus avahi-daemon wget && \
87curl -L 'https://plex.tv/downloads/latest/1?channel=8&build=linux-ubuntu-x86_64&distro=ubuntu' -o /tmp/plexmediaserver.deb && \
98dpkg -i /tmp/plexmediaserver.deb && rm -f /tmp/plexmediaserver.deb && \
@@ -17,7 +16,7 @@ COPY services/ /etc/service/
1716RUN chmod -v +x /etc/service/*/run /etc/my_init.d/*.sh
1817
1918# Define /config in the configuration file not using environment variables
20- ADD plexmediaserver /defaults/plexmediaserver
19+ COPY plexmediaserver /defaults/plexmediaserver
2120
2221# Mappings and ports
2322VOLUME ["/config" , "/transcode" ]
You can’t perform that action at this time.
0 commit comments