Skip to content

Commit acd9d57

Browse files
committed
Upgrade linux-x64 container to supported Debian 8 (glibc 2.19)
1 parent d3c72b1 commit acd9d57

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

linux-x64/Dockerfile

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
1-
FROM debian:wheezy
1+
FROM debian:jessie
22
MAINTAINER Lovell Fuller <[email protected]>
33

4-
# Create Debian 7 (glibc 2.13) container suitable for building Linux x64 binaries
4+
# Create Debian 8 (glibc 2.19) container suitable for building Linux x64 binaries
55

66
# Build dependencies
77
RUN \
8-
echo "deb http://ftp.debian.org/debian wheezy-backports main" | tee /etc/apt/sources.list.d/wheezy-backports.list && \
98
apt-get update && \
10-
apt-get install -y build-essential gcc-4.9-backport prelink autoconf libtool nasm gtk-doc-tools texinfo gperf advancecomp libglib2.0-dev gobject-introspection && \
11-
apt-get -t wheezy-backports install -y jq cmake && \
9+
apt-get install -y build-essential gcc-4.9 prelink autoconf libtool nasm gtk-doc-tools texinfo gperf advancecomp libglib2.0-dev gobject-introspection jq cmake && \
1210
curl https://sh.rustup.rs -sSf | sh -s -- -y
1311

1412
# Compiler settings

0 commit comments

Comments
 (0)