diff options
Diffstat (limited to 'Dockerfile.in')
| -rw-r--r-- | Dockerfile.in | 11 |
1 files changed, 11 insertions, 0 deletions
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 + |
