diff options
author | Matous <bralor92@email.cz> | 2021-04-21 13:22:23 +0200 |
---|---|---|
committer | Matous <bralor92@email.cz> | 2021-04-21 13:22:23 +0200 |
commit | b646c0098120bbb10ec91fa2fbf1df416c5849bd (patch) | |
tree | c40a8da8d1b8bdad560ec7b2dba33bc3a561ac29 /misc/docker/opensuse-15.2-amd64 | |
parent | 3d90241f62393e6d614c1d20fde4013c9ff24685 (diff) |
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.
Diffstat (limited to 'misc/docker/opensuse-15.2-amd64')
-rw-r--r-- | misc/docker/opensuse-15.2-amd64/Dockerfile | 12 |
1 files changed, 12 insertions, 0 deletions
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 |