aboutsummaryrefslogtreecommitdiffstats
path: root/dist/linux/docker/run/ubuntu18
diff options
context:
space:
mode:
Diffstat (limited to 'dist/linux/docker/run/ubuntu18')
-rw-r--r--dist/linux/docker/run/ubuntu1816
1 files changed, 0 insertions, 16 deletions
diff --git a/dist/linux/docker/run/ubuntu18 b/dist/linux/docker/run/ubuntu18
deleted file mode 100644
index 1b2f956ac..000000000
--- a/dist/linux/docker/run/ubuntu18
+++ /dev/null
@@ -1,16 +0,0 @@
-# [run] Ubuntu 18
-
-FROM ubuntu:bionic AS mcode
-
-RUN apt-get update -qq \
- && apt-get -y install --no-install-recommends \
- libgnat-7 gcc libc6-dev \
- && apt-get autoclean && apt-get clean && apt-get autoremove
-
-
-FROM mcode AS llvm-5.0
-
-RUN apt-get update -qq \
- && apt-get -y install --no-install-recommends \
- libllvm5.0 zlib1g-dev \
- && apt-get autoclean && apt-get clean && apt-get autoremove