aboutsummaryrefslogtreecommitdiffstats
path: root/dist/linux/docker/build-stretch+mcode+gpl
diff options
context:
space:
mode:
Diffstat (limited to 'dist/linux/docker/build-stretch+mcode+gpl')
-rw-r--r--dist/linux/docker/build-stretch+mcode+gpl7
1 files changed, 0 insertions, 7 deletions
diff --git a/dist/linux/docker/build-stretch+mcode+gpl b/dist/linux/docker/build-stretch+mcode+gpl
deleted file mode 100644
index 2830f0769..000000000
--- a/dist/linux/docker/build-stretch+mcode+gpl
+++ /dev/null
@@ -1,7 +0,0 @@
-# Debian 9
-FROM debian:stretch-slim
-
-RUN apt-get update -qq \
- && apt-get -y install --no-install-recommends \
- gnat gcc make zlib1g-dev \
- && apt-get clean