This patch enables to interact with xenstore. Since now OSv now fakes the presence of libxenstore, the code is the same for userspace and kernel. Signed-off-by: Glauber Costa <glommer@cloudius-systems.com>
5 lines
182 B
Docker
5 lines
182 B
Docker
FROM fedora:21
|
|
|
|
RUN yum install -y gcc-c++ clang libasan libubsan hwloc hwloc-devel numactl-devel
|
|
RUN yum install -y python3 libaio-devel ninja-build boost-devel git ragel xen-devel
|