summaryrefslogtreecommitdiffhomepage
path: root/Dockerfile
blob: 2bfdfec6c792cf3c09d8822b87decd0a216a29f3 (plain)
1
2
3
4
5
6
7
8
9
FROM fedora:31

RUN  dnf install -y dnf-plugins-core && dnf copr enable -y vbatts/bazel

RUN dnf install -y bazel2 git gcc make golang gcc-c++ glibc-devel python3 which python3-pip python3-devel libffi-devel openssl-devel pkg-config glibc-static

RUN pip install pycparser

WORKDIR /gvisor