aboutsummaryrefslogtreecommitdiffstats
path: root/debian-stretch-titan/Dockerfile
blob: 0edf4507069dcd8fecc5125f3ddbaab6683b60ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
FROM debian:stretch

MAINTAINER Harald Welte <laforge@gnumonks.org>

RUN	apt-get update && apt-get install -y \
	eclipse-titan

RUN	apt-get update && \
	apt-get upgrade -y && \
	apt-get -y install \
		build-essential \
		git && \
	apt-get clean

# somehow Debian folks updated the gcc version but not titan :/
RUN	sed -i 's/^#error/\/\/#error/' /usr/include/titan/cversion.h