mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-23 10:00:35 +00:00
5 lines
152 B
Docker
5 lines
152 B
Docker
FROM fedora:21
|
|
|
|
RUN yum install -y gcc-c++ libasan libubsan hwloc hcloc-devel
|
|
RUN yum install -y python3 libaio-devel ninja-build boost-devel git ragel
|