From b646c0098120bbb10ec91fa2fbf1df416c5849bd Mon Sep 17 00:00:00 2001 From: Matous Date: Wed, 21 Apr 2021 13:22:23 +0200 Subject: CI/CD: some latest releases added. /misc/docker/: + debian 11 (i386+amd64) added, + fedora 32 added, + fedora 33 added, + fedora 34 added, + opensuse 15.2 added, + opensuse 15.3 added, + ubuntu 20.04 added, + ubuntu 20.10 added, + ubuntu 21.04 added, - ubuntu 19.10 removed. /.gitlab-ci.yml: + stages 'image' and 'build' updated. --- misc/docker/opensuse-15.2-amd64/Dockerfile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 misc/docker/opensuse-15.2-amd64/Dockerfile (limited to 'misc/docker/opensuse-15.2-amd64/Dockerfile') diff --git a/misc/docker/opensuse-15.2-amd64/Dockerfile b/misc/docker/opensuse-15.2-amd64/Dockerfile new file mode 100644 index 00000000..d1acd5c4 --- /dev/null +++ b/misc/docker/opensuse-15.2-amd64/Dockerfile @@ -0,0 +1,12 @@ +FROM opensuse/leap:15.2 + +RUN zypper -n up +RUN zypper -n install \ + autoconf \ + flex \ + bison \ + pkgconfig \ + readline-devel \ + ncurses-devel \ + gcc \ + gmake -- cgit v1.2.3