Skip to content

Commit

Permalink
⚡ Migrate base image to a modern version of Ubuntu
Browse files Browse the repository at this point in the history
Resolves:

configure: error:
*** These critical programs are missing or too old: GNU ld compiler
  • Loading branch information
sgerrand committed Oct 10, 2017
1 parent 91892d5 commit b32cb5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu-debootstrap:14.04
FROM ubuntu:16.04
MAINTAINER Sasha Gerrand <[email protected]>
ENV PREFIX_DIR /usr/glibc-compat
ENV GLIBC_VERSION 2.26
Expand Down

0 comments on commit b32cb5f

Please sign in to comment.