From d1693a6e7bf694757210834e420fffcb24300c53 Mon Sep 17 00:00:00 2001 From: Joe Groocock Date: Tue, 19 Sep 2017 23:14:48 +0100 Subject: [PATCH] Bump libstdc++ and libgcc1 library versions --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5c0e801..14870b1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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.