Silence the wget download

This commit is contained in:
dave 2018-02-25 22:10:36 +00:00
parent 8f12cbd14e
commit 992e056af7
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://plex.tv/downloads/latest/1?channel=16&build=linux-ubuntu-x86_64&distro=ubuntu" ;\ wget -q -O /tmp/plex.deb "https://plex.tv/downloads/latest/1?channel=16&build=linux-ubuntu-x86_64&distro=ubuntu" ;\
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/*