summaryrefslogtreecommitdiffstats
path: root/src/seastar/docker/dev/Dockerfile
blob: 4ac5b35c837017d7e9dde3b75bca90dd54930d6f (plain)
1
2
3
4
5
6
7
8
FROM docker.io/fedora:32

COPY install-dependencies.sh .

RUN ./install-dependencies.sh && dnf install -y \
    git \
    clang \
    # end of list