Skip to content

Instantly share code, notes, and snippets.

@dasl-
Created January 22, 2019 17:43
Show Gist options
  • Save dasl-/405ed09cb03fdd825a27530cc248ff11 to your computer and use it in GitHub Desktop.
Save dasl-/405ed09cb03fdd825a27530cc248ff11 to your computer and use it in GitHub Desktop.
FROM vitess/bootstrap:percona
# Re-copy sources from working tree
USER root
# COPY . /vt/src/vitess.io/vitess
# # Fix permissions
# RUN chown -R vitess:vitess /vt
# USER vitess
# # Build Vitess
# RUN make build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment