Skip to content

Commit a7785bc

Browse files
committed
gdebi
gdebi is gone, now also from Dockerfile
1 parent 4fdc48e commit a7785bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN apt-get -q update && \
66
PLEXURL=$(curl -s https://tools.linuxserver.io/latest-plex.json| grep "ubuntu64" | cut -d '"' -f 4) && \
77
apt-get install -qy dbus avahi-daemon wget && \
88
wget -P /tmp "$PLEXURL" && \
9-
gdebi -n /tmp/plexmediaserver_*_amd64.deb && \
9+
dpkg -i /tmp/plexmediaserver_*_amd64.deb && \
1010
rm -f /tmp/plexmediaserver_*_amd64.deb && \
1111
apt-get clean && \
1212
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

0 commit comments

Comments
 (0)