We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fdc48e commit a7785bcCopy full SHA for a7785bc
1 file changed
Dockerfile
@@ -6,7 +6,7 @@ RUN apt-get -q update && \
6
PLEXURL=$(curl -s https://tools.linuxserver.io/latest-plex.json| grep "ubuntu64" | cut -d '"' -f 4) && \
7
apt-get install -qy dbus avahi-daemon wget && \
8
wget -P /tmp "$PLEXURL" && \
9
-gdebi -n /tmp/plexmediaserver_*_amd64.deb && \
+dpkg -i /tmp/plexmediaserver_*_amd64.deb && \
10
rm -f /tmp/plexmediaserver_*_amd64.deb && \
11
apt-get clean && \
12
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
0 commit comments