Skip to content

Commit a25d3ba

Browse files
committed
Changed ADD to COPY and remved useless line
1 parent b1d5e64 commit a25d3ba

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ MAINTAINER Stian Larsen <lonixx@gmail.com>
33

44
# Install Plex
55
RUN apt-get -q update && \
6-
PLEXURL=$(curl -s https://tools.linuxserver.io/latest-plex.json| grep "ubuntu64" | cut -d '"' -f 4) && \
76
apt-get install -qy dbus avahi-daemon wget && \
87
curl -L 'https://plex.tv/downloads/latest/1?channel=8&build=linux-ubuntu-x86_64&distro=ubuntu' -o /tmp/plexmediaserver.deb && \
98
dpkg -i /tmp/plexmediaserver.deb && rm -f /tmp/plexmediaserver.deb && \
@@ -17,7 +16,7 @@ COPY services/ /etc/service/
1716
RUN 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
2322
VOLUME ["/config", "/transcode"]

0 commit comments

Comments
 (0)