There's various places in Origin where we convert a Map to a JSON string and vice versa. Signed-off-by: Pekka Enberg <penberg@cloudius-systems.com>
7 lines
323 B
Docker
7 lines
323 B
Docker
FROM fedora:21
|
|
|
|
RUN yum install -y gcc-c++ clang libasan libubsan hwloc hwloc-devel numactl-devel \
|
|
python3 libaio-devel ninja-build boost-devel git ragel xen-devel \
|
|
cryptopp-devel libpciaccess-devel libxml2-devel zlib-devel \
|
|
jsoncpp-devel
|