Skip to content

Commit

Permalink
Build against ubuntu xenial (#123)
Browse files Browse the repository at this point in the history
Fixes #98
  • Loading branch information
sbc100 authored Apr 11, 2020
1 parent 6b453df commit 69e46b8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down

0 comments on commit 69e46b8

Please sign in to comment.