File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
- FROM debian:wheezy
1
+ FROM debian:jessie
2
2
MAINTAINER Lovell Fuller <
[email protected] >
3
3
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
5
5
6
6
# Build dependencies
7
7
RUN \
8
- echo "deb http://ftp.debian.org/debian wheezy-backports main" | tee /etc/apt/sources.list.d/wheezy-backports.list && \
9
8
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 && \
12
10
curl https://sh.rustup.rs -sSf | sh -s -- -y
13
11
14
12
# Compiler settings
You can’t perform that action at this time.
0 commit comments