From 2de8687de485717a6a2b12bc186f03e4c9d7b5ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20B=C3=BCtow?= Date: Wed, 19 Dec 2018 16:29:02 +0000 Subject: initial docker build support --- Dockerfile.in | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Dockerfile.in (limited to 'Dockerfile.in') diff --git a/Dockerfile.in b/Dockerfile.in new file mode 100644 index 0000000..689c831 --- /dev/null +++ b/Dockerfile.in @@ -0,0 +1,11 @@ +FROM centos:7 + +RUN yum install -v -y gcc systemtap yum-utils +ENV KERNEL KERNELVERSION +RUN yum install -v -y kernel-${KERNEL} +RUN debuginfo-install -v -y kernel-${KERNEL} + +ADD ./ /ioriot +WORKDIR /ioriot +VOLUME /opt + -- cgit v1.2.3