Add update instruction in plex dockerfile

This commit is contained in:
Jean Froment 2017-03-27 16:41:12 +02:00
parent d0dd7b3e21
commit df30d2fc97
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ RUN curl -sL "https://raw.githubusercontent.com/Kelvin-Chen/plexupdate/master/pl
> /usr/local/bin/plexupdate \ > /usr/local/bin/plexupdate \
&& chmod +x /usr/local/bin/plexupdate \ && chmod +x /usr/local/bin/plexupdate \
&& plexupdate -pad \ && plexupdate -pad \
&& apt-get update \
&& apt-get install -y unzip \ && apt-get install -y unzip \
&& apt-get clean \ && apt-get clean \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*