bump plex version

This commit is contained in:
dave 2016-07-17 20:56:39 -07:00
parent 54346fd515
commit 82c825c5ce
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ FROM ubuntu:trusty
RUN apt-get update ;\ RUN apt-get update ;\
apt-get install -y wget ;\ apt-get install -y wget ;\
wget -O /tmp/plex.deb https://downloads.plex.tv/plex-media-server/0.9.12.13.1464-4ccd2ca/plexmediaserver_0.9.12.13.1464-4ccd2ca_amd64.deb ;\ wget -O /tmp/plex.deb https://downloads.plex.tv/plex-media-server/1.0.0.2261-a17e99e/plexmediaserver_1.0.0.2261-a17e99e_amd64.deb ;\
dpkg -i /tmp/plex.deb ;\ dpkg -i /tmp/plex.deb ;\
rm -rf /tmp/plex.deb /var/lib/apt/lists/* rm -rf /tmp/plex.deb /var/lib/apt/lists/*