mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-20 16:40:35 +00:00
Save one intermediate container and a little time. Signed-off-by: Don Marti <dmarti@cloudius-systems.com>
5 lines
192 B
Docker
5 lines
192 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
|