Skip to content

Instantly share code, notes, and snippets.

@lox
Created June 23, 2014 07:46
Show Gist options
  • Save lox/7962d76f28538ea866bb to your computer and use it in GitHub Desktop.
Save lox/7962d76f28538ea866bb to your computer and use it in GitHub Desktop.
Getting a golang binary with x.509 to run under busybox
FROM progrium/busybox
ADD https://raw.githubusercontent.com/bagder/ca-bundle/master/ca-bundle.crt /etc/ssl/ca-bundle.pem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment