aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-05-03 17:03:02 +0200
committerHarald Welte <laforge@gnumonks.org>2017-05-03 17:03:02 +0200
commitf4e0024abd130245f4cc2b287d74e5e1132f03cd (patch)
treecd6ab26355c6082720617ce9e10a4aa10cc780c6
parent3f7ff12115662d6306b2098edb03ef3ddf8e3176 (diff)
Add Dockerfile for container with eclipse titan ttcn-3 compiler
-rw-r--r--debian-stretch-titan/Dockerfile6
1 files changed, 6 insertions, 0 deletions
diff --git a/debian-stretch-titan/Dockerfile b/debian-stretch-titan/Dockerfile
new file mode 100644
index 0000000..2bcf862
--- /dev/null
+++ b/debian-stretch-titan/Dockerfile
@@ -0,0 +1,6 @@
+FROM debian:stretch
+
+MAINTAINER Harald Welte <laforge@gnumonks.org>
+
+RUN apt-get update && apt-get install -y \
+ eclipse-titan