summaryrefslogtreecommitdiff
path: root/misc/docker/fedora-32-amd64
diff options
context:
space:
mode:
authorMatous <bralor92@email.cz>2021-04-21 13:22:23 +0200
committerMatous <bralor92@email.cz>2021-04-21 13:22:23 +0200
commitb646c0098120bbb10ec91fa2fbf1df416c5849bd (patch)
treec40a8da8d1b8bdad560ec7b2dba33bc3a561ac29 /misc/docker/fedora-32-amd64
parent3d90241f62393e6d614c1d20fde4013c9ff24685 (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/fedora-32-amd64')
-rw-r--r--misc/docker/fedora-32-amd64/Dockerfile13
1 files changed, 13 insertions, 0 deletions
diff --git a/misc/docker/fedora-32-amd64/Dockerfile b/misc/docker/fedora-32-amd64/Dockerfile
new file mode 100644
index 00000000..6c8d6dac
--- /dev/null
+++ b/misc/docker/fedora-32-amd64/Dockerfile
@@ -0,0 +1,13 @@
+FROM fedora:32
+
+RUN dnf -y update && dnf -y upgrade
+RUN dnf -y install \
+ make \
+ autoconf \
+ flex \
+ bison \
+ pkgconfig \
+ "readline-devel" \
+ "pkgconfig(ncurses)" \
+ gcc
+