From 248ec9aa30f26b38f8148a721221063049c0e51f Mon Sep 17 00:00:00 2001
From: Pavel Vondruska <dexter.cz@gmail.com>
Date: Fri, 16 Aug 2019 13:38:27 +0200
Subject: [PATCH] Making stretch and latest debian image

---
 Dockerfile => latest/Dockerfile |  0
 stretch/Dockerfile              | 14 ++++++++++++++
 2 files changed, 14 insertions(+)
 rename Dockerfile => latest/Dockerfile (100%)
 create mode 100644 stretch/Dockerfile

diff --git a/Dockerfile b/latest/Dockerfile
similarity index 100%
rename from Dockerfile
rename to latest/Dockerfile
diff --git a/stretch/Dockerfile b/stretch/Dockerfile
new file mode 100644
index 0000000..9b6fdf1
--- /dev/null
+++ b/stretch/Dockerfile
@@ -0,0 +1,14 @@
+FROM debian:stretch
+
+MAINTAINER Pavel Vondruska <vondruska@cesnet.cz>
+
+RUN apt-get update \
+    && apt-get install -y --no-install-recommends fakeroot libx11-6 \
+    && rm -r /var/lib/apt/lists/* \
+    && apt-get clean
+
+RUN mkdir /afs /packages /auto /storage /scratch
+
+RUN ln -sf /afs/ics.muni.cz/software /software
+
+CMD ["bash"]
-- 
GitLab