diff options
author | Matous Holinka <matous.holinka@nic.cz> | 2019-11-26 19:33:01 +0100 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2019-11-26 19:43:56 +0100 |
commit | 92249894b333f7785e62b2f629dca1bbe6597c2f (patch) | |
tree | 8e9da0aa9373f1520328e371586385d2670d30c8 /misc/docker/centos-8-amd64 | |
parent | 0adfa0ec076196275a3cf034ba3ce82ffbcd2fbd (diff) |
CI: Add more build tests
Add more Docker images with distributions (CentOS 8, Debian 10,
Fedora 27-31, OpenSUSE 15.0 & 15.1, and Ubuntu 18.04 & 19.04).
Fix some issues with older ones.
Diffstat (limited to 'misc/docker/centos-8-amd64')
-rw-r--r-- | misc/docker/centos-8-amd64/Dockerfile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/docker/centos-8-amd64/Dockerfile b/misc/docker/centos-8-amd64/Dockerfile new file mode 100644 index 00000000..ed1081ed --- /dev/null +++ b/misc/docker/centos-8-amd64/Dockerfile @@ -0,0 +1,11 @@ +FROM centos:8 +RUN yum -y upgrade +RUN yum -y install \ + autoconf \ + flex \ + bison \ + pkgconfig \ + 'readline-devel' \ + 'pkgconfig(ncurses)' \ + gcc \ + make |