aboutsummaryrefslogtreecommitdiffstats
path: root/dist/linux/docker/run/fedora26
diff options
context:
space:
mode:
Diffstat (limited to 'dist/linux/docker/run/fedora26')
-rw-r--r--dist/linux/docker/run/fedora2612
1 files changed, 0 insertions, 12 deletions
diff --git a/dist/linux/docker/run/fedora26 b/dist/linux/docker/run/fedora26
deleted file mode 100644
index ff0e17bc2..000000000
--- a/dist/linux/docker/run/fedora26
+++ /dev/null
@@ -1,12 +0,0 @@
-# [run] Fedora 26
-
-FROM fedora:26 AS mcode
-
-RUN dnf --nodocs -y install libgnat gcc \
- && dnf clean all --enablerepo=\*
-
-
-FROM mcode AS llvm
-
-RUN dnf --nodocs -y install llvm-libs zlib-devel \
- && dnf clean all --enablerepo=\*