Guest User

Untitled

a guest
Sep 26th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. FROM fedora:28
  2.  
  3. RUN \
  4. dnf install -y dnf-plugins-core git gcc-c++ python2 && \
  5. dnf copr -y enable vbatts/bazel && \
  6. dnf install -y bazel && \
  7. dnf clean all
Add Comment
Please, Sign In to add comment