2
0
mirror of https://github.com/spritsail/plex-media-server.git synced 2025-06-13 22:41:13 +00:00

Merge branch 'master' into pass

This commit is contained in:
2017-09-19 23:42:50 +01:00
2 changed files with 7 additions and 4 deletions

View File

@ -6,8 +6,8 @@ ADD start_pms /usr/sbin/start_pms
WORKDIR /tmp
RUN wget http://ftp.de.debian.org/debian/pool/main/g/gcc-4.9/libstdc++6_4.9.2-10_amd64.deb \
&& wget http://ftp.de.debian.org/debian/pool/main/g/gcc-4.9/libgcc1_4.9.2-10_amd64.deb \
RUN wget http://ftp.de.debian.org/debian/pool/main/g/gcc-6/libstdc++6_6.3.0-18_amd64.deb \
&& wget http://ftp.de.debian.org/debian/pool/main/g/gcc-6/libgcc1_6.3.0-18_amd64.deb \
&& dpkg-deb -x libstdc++6*.deb . \
&& dpkg-deb -x libgcc1*.deb . \
# We only need the lib files, everything else is debian junk.