Build against ubuntu xenial (#123)

Fixes #98
pull/124/head
Sam Clegg 5 years ago committed by GitHub
parent 6b453df187
commit 69e46b88d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,6 +1,8 @@
# Use a relatively old/stable distro here to maximize the supported platforms
# and avoid depending on more recent version of, say, libc.
FROM debian:stretch
# Here we choose Xenial 16.04 which mean we also support Debian from stretch
# (releases 2017) onwards.
FROM ubuntu:xenial
RUN apt-get update \
&& apt-get install -y --no-install-recommends \

Loading…
Cancel
Save