]> git.proxmox.com Git - ceph.git/blob - ceph/src/seastar/docker/dev/Dockerfile
import 15.2.0 Octopus source
[ceph.git] / ceph / src / seastar / docker / dev / Dockerfile
1 FROM fedora:29
2
3 COPY install-dependencies.sh .
4
5 RUN ./install-dependencies.sh && dnf install -y \
6 git \
7 # end of list