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