mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-21 17:10:35 +00:00
Add a reference to a docker image that contains an "official" toolchain for building Scylla. In addition, add a script that allows easy usage of the image, and some documentation. Message-Id: <20181202120829.21218-1-avi@scylladb.com>
5 lines
140 B
Docker
5 lines
140 B
Docker
FROM fedora:29
|
|
ADD ./install-dependencies.sh ./
|
|
ADD ./seastar/install-dependencies.sh ./seastar/
|
|
RUN /bin/bash -x ./install-dependencies.sh
|