Fix syntax error

This commit is contained in:
dave 2016-12-28 11:15:53 -08:00
parent f5da1d8852
commit 00582caae6
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/1.3.3.3148-b38628e/plexmediaserver_1.3.3.3148-b38628e_amd64.deb wget -O /tmp/plex.deb https://downloads.plex.tv/plex-media-server/1.3.3.3148-b38628e/plexmediaserver_1.3.3.3148-b38628e_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/*