diff options
Diffstat (limited to 'Dockerfile.in')
| -rw-r--r-- | Dockerfile.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Dockerfile.in b/Dockerfile.in index 689c831..f3aacc0 100644 --- a/Dockerfile.in +++ b/Dockerfile.in @@ -1,11 +1,11 @@ FROM centos:7 -RUN yum install -v -y gcc systemtap yum-utils +RUN yum install -y gcc systemtap yum-utils ENV KERNEL KERNELVERSION -RUN yum install -v -y kernel-${KERNEL} -RUN debuginfo-install -v -y kernel-${KERNEL} +RUN yum install -y kernel-${KERNEL} kernel-devel-${KERNEL} +RUN debuginfo-install -y kernel-${KERNEL} -ADD ./ /ioriot WORKDIR /ioriot +ADD ./ /ioriot +RUN mkdir -p /opt/ioriot VOLUME /opt - |
