Fixes for base image refactor
This commit is contained in:
parent
e8b6467ba7
commit
8bfe55682f
@ -7,7 +7,12 @@ ADD start_pms.patch /tmp/start_pms.patch
|
|||||||
WORKDIR /tmp
|
WORKDIR /tmp
|
||||||
|
|
||||||
RUN wget http://ftp.de.debian.org/debian/pool/main/g/gcc-4.9/libstdc++6_4.9.2-10_amd64.deb \
|
RUN wget http://ftp.de.debian.org/debian/pool/main/g/gcc-4.9/libstdc++6_4.9.2-10_amd64.deb \
|
||||||
&& pkgextract libstdc++6*.deb \
|
&& wget http://ftp.de.debian.org/debian/pool/main/g/gcc-4.9/libgcc1_4.9.2-10_amd64.deb \
|
||||||
|
&& dpkg-deb -x libstdc++6*.deb . \
|
||||||
|
&& dpkg-deb -x libgcc1*.deb . \
|
||||||
|
# We only need the lib files, everything else is debian junk.
|
||||||
|
&& mv /tmp/usr/lib/x86_64-linux-gnu/* /lib \
|
||||||
|
&& mv /tmp/lib/x86_64-linux-gnu/* /lib \
|
||||||
&& wget -O plexmediaserver.deb 'https://plex.tv/downloads/latest/1?channel=8&build=linux-ubuntu-x86_64&distro=ubuntu' \
|
&& wget -O plexmediaserver.deb 'https://plex.tv/downloads/latest/1?channel=8&build=linux-ubuntu-x86_64&distro=ubuntu' \
|
||||||
&& dpkg-deb -x plexmediaserver.deb . \
|
&& dpkg-deb -x plexmediaserver.deb . \
|
||||||
# Move usr/lib and start_pms. Everything else is useless
|
# Move usr/lib and start_pms. Everything else is useless
|
||||||
|
Loading…
Reference in New Issue
Block a user