From b32cb5fa6a93da4311c71864f67806e331cb5f3a Mon Sep 17 00:00:00 2001 From: Sasha Gerrand Date: Tue, 10 Oct 2017 17:25:12 +0100 Subject: [PATCH] :zap: Migrate base image to a modern version of Ubuntu Resolves: configure: error: *** These critical programs are missing or too old: GNU ld compiler --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index dc84e8d..929c8cd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu-debootstrap:14.04 +FROM ubuntu:16.04 MAINTAINER Sasha Gerrand ENV PREFIX_DIR /usr/glibc-compat ENV GLIBC_VERSION 2.26