Bump plex version

This commit is contained in:
dave 2015-10-15 22:22:14 -07:00
parent 39286bd4cf
commit 54346fd515
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.11.1406-8403350/plexmediaserver_0.9.12.11.1406-8403350_amd64.deb ;\ 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 ;\
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/*