Bump libstdc++ and libgcc1 library versions

This commit is contained in:
Joe Groocock 2017-09-19 23:14:48 +01:00
parent a36dce1cbf
commit d1693a6e7b
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86

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.