Add Dockerfile for container with eclipse titan ttcn-3 compiler

This commit is contained in:
Harald Welte 2017-05-03 17:03:02 +02:00
parent 3f7ff12115
commit f4e0024abd
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
FROM debian:stretch
MAINTAINER Harald Welte <laforge@gnumonks.org>
RUN apt-get update && apt-get install -y \
eclipse-titan