Skip to content

Instantly share code, notes, and snippets.

@detiber
Created January 9, 2019 01:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save detiber/ae72dd23bdee19d09c2033eacb127036 to your computer and use it in GitHub Desktop.
Save detiber/ae72dd23bdee19d09c2033eacb127036 to your computer and use it in GitHub Desktop.
yeti bootstrapping
sudo dnf config-manager --add-repo https://download.docker.com/linux/fedora/docker-ce.repo

# work around docker-ce-stable not being available yet for f29
sudo dnf install docker-ce --releasever=28

sudo dnf install golang
sudo dnf copr enable -y vbatts/bazel
sudo dnf install bazel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment