mirror of
https://github.com/linuxserver/docker-plex.git
synced 2026-01-16 01:11:40 +08:00
gdebi
gdebi is gone, now also from Dockerfile
This commit is contained in:
parent
4fdc48ea3d
commit
a7785bcac0
@ -6,7 +6,7 @@ RUN apt-get -q update && \
|
||||
PLEXURL=$(curl -s https://tools.linuxserver.io/latest-plex.json| grep "ubuntu64" | cut -d '"' -f 4) && \
|
||||
apt-get install -qy dbus avahi-daemon wget && \
|
||||
wget -P /tmp "$PLEXURL" && \
|
||||
gdebi -n /tmp/plexmediaserver_*_amd64.deb && \
|
||||
dpkg -i /tmp/plexmediaserver_*_amd64.deb && \
|
||||
rm -f /tmp/plexmediaserver_*_amd64.deb && \
|
||||
apt-get clean && \
|
||||
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user