mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-02 14:15:46 +00:00
Supported cross build by running CentOS7 on docker, now it's able to build on Fedora. It also supported switch container image, tested on Oracle Linux 7 and CentOS 7/8.
6 lines
132 B
Docker
6 lines
132 B
Docker
FROM @@IMAGE@@
|
|
ADD install_deps.sh install_deps.sh
|
|
RUN ./install_deps.sh
|
|
ADD scylla.repo /etc/yum.repos.d/scylla.repo
|
|
CMD /bin/bash
|