Skip to content

Instantly share code, notes, and snippets.

@michaelgugino
Created September 26, 2018 12:44
Show Gist options
  • Select an option

  • Save michaelgugino/257519b9e2c3804c8b291a13726e6a9e to your computer and use it in GitHub Desktop.

Select an option

Save michaelgugino/257519b9e2c3804c8b291a13726e6a9e to your computer and use it in GitHub Desktop.
FROM fedora:28
RUN \
dnf install -y dnf-plugins-core git gcc-c++ python2 && \
dnf copr -y enable vbatts/bazel && \
dnf install -y bazel && \
dnf clean all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment