Skip to content

Instantly share code, notes, and snippets.

@leopard627
Created January 11, 2020 12:44
Show Gist options
  • Save leopard627/b832676442e9b736a792fb658047fa28 to your computer and use it in GitHub Desktop.
Save leopard627/b832676442e9b736a792fb658047fa28 to your computer and use it in GitHub Desktop.
git not found in alpine image
apk update && apk upgrade && \
apk add --no-cache bash git openssh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment