Add update instruction in plex dockerfile
This commit is contained in:
parent
d0dd7b3e21
commit
df30d2fc97
|
@ -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/*
|
||||||
|
|
Loading…
Reference in New Issue