CenturyLinkLabs / golang-builder

Containerized build environment for compiling an executable Golang package and packaging it in a light-weight Docker container.
Apache License 2.0
398 stars 85 forks source link

Using time package with timezone features is rendered useless? #27

Open pyrossh opened 8 years ago

pyrossh commented 8 years ago

When I deployed using your certs image? Some requests were failing with this error open /usr/lib/go/lib/time/zoneinfo.zip: no such file or directory. I guess golang doesn't completely staticly link these dependencies also? Any Ideas on how to fix this I'm planning on copying this for now