Created
June 23, 2014 07:46
-
-
Save lox/7962d76f28538ea866bb to your computer and use it in GitHub Desktop.
Getting a golang binary with x.509 to run under busybox
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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