mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-19 16:15:07 +00:00
6 lines
280 B
Docker
6 lines
280 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
|