diff options
| author | Paul Bütow <pbuetow@mimecast.com> | 2018-12-19 17:17:22 +0000 |
|---|---|---|
| committer | Paul Bütow <pbuetow@mimecast.com> | 2018-12-19 17:17:22 +0000 |
| commit | 081b6058bc89ae755f71f11f22423db27b1aeb3e (patch) | |
| tree | 82615d285579bc049a7ae85065c5ec85051bbcba /Dockerfile.in | |
| parent | 2de8687de485717a6a2b12bc186f03e4c9d7b5ab (diff) | |
can compile I/O Riot using Docker (tested on Mac OS X)
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 - |
